Skip to main content

CanProcessHandlerRequestEventArgs.Cancel Property

Specifies whether the event handler execution should be canceled.

Namespace: DevExpress.XtraReports.Web

Assembly: DevExpress.XtraReports.v23.2.Web.WebForms.dll

NuGet Package: DevExpress.Web.Reporting

Declaration

public bool Cancel { get; set; }

Property Value

Type Description
Boolean

true to cancel the event handler; otherwise false.

See Also