Back to Devexpress

ReportServicePreviewModel.GetPageError Event

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

latest1.3 KB
Original Source

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.2.dll

NuGet Package : DevExpress.Wpf.Printing

Declaration

csharp
public event EventHandler<SimpleFaultEventArgs> GetPageError
vb
Public Event GetPageError As EventHandler(Of SimpleFaultEventArgs)

Event Data

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

PropertyDescription
FaultGets the exception, raised if an error occurs.

See Also

ReportServicePreviewModel Class

ReportServicePreviewModel Members

DevExpress.Xpf.Printing Namespace