Enum SecurityType
Specifies the Security type for the report.
Namespace: BoldReports.Web
Assembly: BoldReports.Web.dll
Syntax
public enum SecurityType
Fields
| Name | Description |
|---|---|
| DataBase | Represents the use of the database's native security. |
| Integrated | Represents the use of Integrated security. |
| None | Represents the use of no security. |
| Unknown | Represents that the value defined in the report will be assigned. |
| Windows | Represents the use of Windows Authentication. |