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

ReportDesignerDocumentSaveFailedEventArgs Constructors

Provides data for the ReportDesignerBase.DocumentSaveFailed and ReportDesignerDocument.SaveFailed events.
Name Parameters Description
ReportDesignerDocumentSaveFailedEventArgs(ReportDesignerDocument, Exception, Object) document, exception, storage Initializes a new instance of the ReportDesignerDocumentSaveFailedEventArgs class with the specified settings.
See Also