ReportServicePreviewModel.CreateDocumentError Event
In This Article
Occurs if an error occurs when attempting to create a document.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v24.2.dll
NuGet Package: DevExpress.Wpf.Printing
#Declaration
public event EventHandler<FaultEventArgs> CreateDocumentError
#Event Data
The CreateDocumentError 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 Simple |
Handled | Specifies whether the corresponding event was handled. |
See Also