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