ReportDesignerDocumentSaveFailedEventArgs Properties
Provides data for the ReportDesignerBase.DocumentSaveFailed and ReportDesignerDocument.SaveFailed events.Name | Description |
---|---|
Document | Gets the report document currently being processed. Inherited from ReportDesignerDocumentOperationFailedEventArgs. |
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. |
ShowSaveFileDialogToSelectNewStorage | Gets or sets a value that specifies whether to invoke the Save File dialog to select another storage for saving a report. |
Storage | Gets the storage that raised the event. |
See Also