Skip to main content
A newer version of this page is available. .

ReportServicePreviewModel.PrintError Event

Occurs if an error occurs while printing a document.

Namespace: DevExpress.Xpf.Printing

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Printing, DevExpress.Wpf.Printing

Declaration

public event EventHandler<FaultEventArgs> PrintError

Event Data

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