Skip to main content
A newer version of this page is available. .

ScriptPermissionManager(ExecutionMode) Constructor

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

Namespace: DevExpress.XtraReports.Security

Assembly: DevExpress.XtraReports.v18.2.dll

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