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