ReportDesignerDocumentOperationFailedEventArgs Properties
A base class for classes providing data for events that occur when loading and saving report designer documents fails.Name | Description |
---|---|
Document | Gets the report document currently being processed. |
ErrorMessage | Gets or sets an error description displayed within an error message box. Inherited from OperationFailedEventArgs. |
Exception | Gets an exception that raised the corresponding event. Inherited from OperationFailedEventArgs. |
Rethrow | Gets or sets a value that specifies whether to throw an exception on a failure. Inherited from OperationFailedEventArgs. |
ShowErrorMessage | Gets or sets a value that specifies whether to display an error message box. Inherited from OperationFailedEventArgs. |
See Also