ReportServicePreviewModel.ExportError Event
Occurs in case of any error while exporting a report document.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v14.2.dll
Declaration
public event EventHandler<FaultEventArgs> ExportError
Public Event ExportError As EventHandler(Of FaultEventArgs)
Event Data
The ExportError event's handler receives an argument of the FaultEventArgs type. The following properties provide information specific to this event:
| Property | Description |
|---|---|
| Fault | Gets the exception, raised if an error occurs. Inherited from SimpleFaultEventArgs. |
| Handled | Specifies whether the raised exception is handled or not. |
See Also