ReportDesignerDocumentLoadFailedEventArgs Properties
Provides data for the ReportDesignerDocument.LoadFailed and ReportDesignerBase.DocumentOpenFailed 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. |
ShowOpenFileDialogToSelectNewSource | Gets or sets a value that specifies whether to invoke the Open File dialog to select another report for loading to the designer document. |
Source | Gets an object that raised the event. |
See Also