ReportServicePreviewModel.ExportError Event
Occurs in case of any error while exporting a report document.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v24.1.dll
NuGet Package: DevExpress.Wpf.Printing
Declaration
Event Data
The ExportError event's data class is FaultEventArgs. 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 corresponding event was handled. |
See Also