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

ScriptPermissionManager.ScriptExecutionMode Property

Specifies the report script execution mode.

Namespace: DevExpress.XtraReports.Security

Assembly: DevExpress.XtraReports.v20.2.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Reporting.Core

Declaration

public ExecutionMode ScriptExecutionMode { get; }

Property Value

Type Description
ExecutionMode

An ExecutionMode enumeration value.

Remarks

See Scripts Security for more information.

See Also