wpf-devexpress-dot-xpf-dot-reports-dot-userdesigner-94d05d4d.md
Provides data for the ReportDesignerBase.DocumentSaveFailed and ReportDesignerDocument.SaveFailed events.
Namespace : DevExpress.Xpf.Reports.UserDesigner
Assembly : DevExpress.Xpf.ReportDesigner.v25.2.dll
NuGet Package : DevExpress.Wpf.Reporting
public class ReportDesignerDocumentSaveFailedEventArgs :
ReportDesignerDocumentOperationFailedEventArgs
Public Class ReportDesignerDocumentSaveFailedEventArgs
Inherits ReportDesignerDocumentOperationFailedEventArgs
ReportDesignerDocumentSaveFailedEventArgs is the data class for the following events:
An instance of the ReportDesignerDocumentSaveFailedEventArgs class with appropriate settings is automatically created and passed to the corresponding event handler.
Object EventArgs OperationFailedEventArgs ReportDesignerDocumentOperationFailedEventArgs ReportDesignerDocumentSaveFailedEventArgs
See Also