Skip to main content

ScriptPermissionManager(ExecutionMode) Constructor

Initializes a new instance of the ScriptPermissionManager class with the specified script execution mode.

Namespace: DevExpress.XtraReports.Security

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public ScriptPermissionManager(
    ExecutionMode scriptExecutionMode
)

Parameters

Name Type Description
scriptExecutionMode ExecutionMode

An ExecutionMode enumeration value. This value is assigned to the ScriptPermissionManager.ScriptExecutionMode property.

See Also