Back to Devexpress

ReportDesignerDocumentEventArgs Class

wpf-devexpress-dot-xpf-dot-reports-dot-userdesigner-00b2fdfe.md

latest3.0 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Reporting

Declaration

csharp
public class ReportDesignerDocumentEventArgs :
    EventArgs,
    IReportDesignerDocumentEventArgs
vb
Public Class ReportDesignerDocumentEventArgs
    Inherits EventArgs
    Implements IReportDesignerDocumentEventArgs

ReportDesignerDocumentEventArgs is the data class for the following events:

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

ReportDesignerDocumentEventArgs Members

DevExpress.Xpf.Reports.UserDesigner Namespace