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.v21.2.dll

NuGet Package: DevExpress.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