ReportDesignerDocumentLoadFailedEventArgs Constructors
Provides data for the ReportDesignerDocument.LoadFailed and ReportDesignerBase.DocumentOpenFailed events.Name | Parameters | Description |
---|---|---|
ReportDesignerDocumentLoadFailedEventArgs(ReportDesignerDocument, Exception, Object) | document, exception, source | Initializes a new instance of the ReportDesignerDocumentLoadFailedEventArgs class with the specified settings. |
See Also