Skip to main content

ReportDesignerDocumentEventArgs Class

Provides data for events related to loading, closing and saving documents in the End-User Report Designer.

Namespace: DevExpress.Xpf.Reports.UserDesigner

Assembly: DevExpress.Xpf.ReportDesigner.v23.2.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public class ReportDesignerDocumentEventArgs :
    EventArgs,
    IReportDesignerDocumentEventArgs

Remarks

The ReportDesignerDocumentEventArgs class provides data for the following events.

An instance of the ReportDesignerDocumentEventArgs class with appropriate settings is automatically created and passed to the corresponding event handler.

Inheritance

Object
EventArgs
ReportDesignerDocumentEventArgs
See Also