ScriptSecurityPermission(String) Constructor
Initializes a new instance of the ScriptSecurityPermission class with the specified name.
Namespace: DevExpress.XtraReports
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
name | String | A String that specifies the name of the security permission. This value is assigned to the ScriptSecurityPermission.Name property. |
Remarks
If this constructor is used, the ScriptSecurityPermission.Deny property’s value will be set to true by default.
See Also