SubreportLoadFailedEventArgs Properties
A base class for classes providing data for events that occur when an attempt to load subreports fails.Name | Description |
---|---|
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. |
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