ReportServicePreviewModel.GetPageError Event
Occurs when an error occurs on an attempt to request a document's page.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v14.2.dll
Declaration
public event EventHandler<SimpleFaultEventArgs> GetPageError
Public Event GetPageError As EventHandler(Of SimpleFaultEventArgs)
Event Data
The GetPageError event's handler receives an argument of the SimpleFaultEventArgs type. The following properties provide information specific to this event:
| Property | Description |
|---|---|
| Fault | Gets the exception, raised if an error occurs. |
See Also