Back to Devexpress

ReportServicePreviewModel.PrintError Event

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

latest1.5 KB
Original Source

ReportServicePreviewModel.PrintError Event

Occurs if an error occurs while printing a document.

Namespace : DevExpress.Xpf.Printing

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

NuGet Package : DevExpress.Wpf.Printing

Declaration

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

Event Data

The PrintError 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