ScriptPermissionManager(ExecutionMode) Constructor
Initializes a new instance of the ScriptPermissionManager class with the specified script execution mode.
Namespace: DevExpress.XtraReports.Security
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
scriptExecutionMode | ExecutionMode | An ExecutionMode enumeration value. This value is assigned to the ScriptPermissionManager.ScriptExecutionMode property. |
See Also