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.v25.1.dll
NuGet Package: DevExpress.Wpf.Printing
Declaration
Event Data
The GetPageError event's data class is SimpleFaultEventArgs. The following properties provide information specific to this event:
| Property | Description |
|---|---|
| Fault | Gets the exception, raised if an error occurs. |
See Also