Class SecurityType
Specifies the Security type for the report.
Inheritance
System.Object
SecurityType
Namespace: BoldReports.Web
Assembly: BoldReports.Web.dll
Syntax
public sealed class SecurityType : Enum
Fields
DataBase
Represent to use the native security of the database.
Declaration
public const SecurityType DataBase
Field Value
Type | Description |
---|---|
SecurityType |
Integrated
Represent to use Integrated security.
Declaration
public const SecurityType Integrated
Field Value
Type | Description |
---|---|
SecurityType |
None
Represent to use no security.
Declaration
public const SecurityType None
Field Value
Type | Description |
---|---|
SecurityType |
Unknown
Represents that the value defined in report will be assigned.
Declaration
public const SecurityType Unknown
Field Value
Type | Description |
---|---|
SecurityType |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |
Windows
Represent to use Windows Authentication.
Declaration
public const SecurityType Windows
Field Value
Type | Description |
---|---|
SecurityType |