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

ScriptExceptionEventArgs.Cancel Property

Specifies whether the script execution should be canceled.

Namespace: DevExpress.XtraReports.Design

Assembly: DevExpress.XtraReports.v20.2.dll

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

Declaration

public bool Cancel { get; set; }

Property Value

Type Description
Boolean

true to cancel the script execution; otherwise false.

See Also