Skip to main content
A newer version of this page is available. .

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