Back to Devexpress

ReportServicePreviewModel.ExportError Event

wpf-devexpress-dot-xpf-dot-printing-dot-reportservicepreviewmodel-70440097.md

latest1.5 KB
Original Source

ReportServicePreviewModel.ExportError Event

Occurs in case of any error while exporting a report document.

Namespace : DevExpress.Xpf.Printing

Assembly : DevExpress.Xpf.Printing.v25.2.dll

NuGet Package : DevExpress.Wpf.Printing

Declaration

csharp
public event EventHandler<FaultEventArgs> ExportError
vb
Public Event ExportError As EventHandler(Of FaultEventArgs)

Event Data

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

PropertyDescription
FaultGets the exception, raised if an error occurs. Inherited from SimpleFaultEventArgs.
HandledSpecifies whether the corresponding event was handled.

See Also

ReportServicePreviewModel Class

ReportServicePreviewModel Members

DevExpress.Xpf.Printing Namespace