ReportDesignerDocumentSubreportLoadFailedEventArgs Properties
Provides data for the ReportDesignerBase.SubreportLoadFailed and ReportDesignerDocument.SubreportLoadFailed events.Name | Description |
---|---|
Document | Gets the report designer 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. |
ReportSourceUrl | Specifies a URL of a report definition file (*.REPX) loaded as a subreport. Inherited from SubreportLoadFailedEventArgs. |
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