FaultEventArgs Properties
Provides data for the ReportServicePreviewModel.CreateDocumentError, ReportServicePreviewModel.ExportError and ReportServicePreviewModel.PrintError events.Name | Description |
---|---|
Fault | Gets the exception, raised if an error occurs. Inherited from SimpleFaultEventArgs. |
Handled | Specifies whether the corresponding event was handled. |
See Also