Back to Devexpress

ASPxReportDesigner.CanProcessHandlerRequest Event

xtrareports-devexpress-dot-xtrareports-dot-web-dot-aspxreportdesigner-fdfe9bba.md

latest1.7 KB
Original Source

ASPxReportDesigner.CanProcessHandlerRequest Event

Occurs when a request is sent to the DevExpress HTTP handler. Handle this event to stop processing requests for the ASPxReportDesigner.

Namespace : DevExpress.XtraReports.Web

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

NuGet Package : DevExpress.Web.Reporting

Declaration

csharp
public static event EventHandler<CanProcessHandlerRequestEventArgs> CanProcessHandlerRequest
vb
Public Shared Event CanProcessHandlerRequest As EventHandler(Of CanProcessHandlerRequestEventArgs)

Event Data

The CanProcessHandlerRequest event's data class is CanProcessHandlerRequestEventArgs. The following properties provide information specific to this event:

PropertyDescription
CancelSpecifies whether the event handler execution should be canceled.

See Also

ASPxReportDesigner Class

ASPxReportDesigner Members

DevExpress.XtraReports.Web Namespace