Skip to main content

ScriptExceptionEventArgs.Cancel Property

Specifies whether the script execution should be canceled.

Namespace: DevExpress.XtraReports.Design

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public bool Cancel { get; set; }

Property Value

Type Description
Boolean

true to cancel the script execution; otherwise false.

See Also