ReportDesignerDocumentLoadFailedEventArgs Class
Provides data for the ReportDesignerDocument.LoadFailed and ReportDesignerBase.DocumentOpenFailed events.
Namespace: DevExpress.Xpf.Reports.UserDesigner
Assembly: DevExpress.Xpf.ReportDesigner.v24.1.dll
NuGet Package: DevExpress.Wpf.Reporting
Declaration
public class ReportDesignerDocumentLoadFailedEventArgs :
ReportDesignerDocumentOperationFailedEventArgs
Remarks
An instance of the ReportDesignerDocumentLoadFailedEventArgs class with appropriate settings is automatically created and passed to the corresponding event handler.
Inheritance
Object
EventArgs
OperationFailedEventArgs
ReportDesignerDocumentOperationFailedEventArgs
ReportDesignerDocumentLoadFailedEventArgs
See Also