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