ReportDesignerDocumentSubreportLoadFailedEventArgs Properties
Provides data for the ReportDesignerBase.SubreportLoadFailed and ReportDesignerDocument.SubreportLoadFailed events.
Name | Description |
---|---|
Document | Gets the report designer document currently being processed. |
Error |
Gets or sets an error description displayed within an error message box.
Inherited from Operation |
Exception |
Gets an exception that raised the corresponding event.
Inherited from Operation |
Report |
Specifies a URL of a report definition file (*. |
Rethrow |
Gets or sets a value that specifies whether to throw an exception on a failure.
Inherited from Operation |
Show |
Gets or sets a value that specifies whether to display an error message box.
Inherited from Operation |
See Also