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.v14.2.dll
#Declaration
#Event Data
The CreateDocumentError event's handler receives an argument of the FaultEventArgs type. 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 raised exception is handled or not. |
See Also