Skip to main content

ReportDesignerDocumentEventArgs(ReportDesignerDocument) Constructor

Initializes a new instance of the ReportDesignerDocumentEventArgs class with the specified document.

Namespace: DevExpress.Xpf.Reports.UserDesigner

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public ReportDesignerDocumentEventArgs(
    ReportDesignerDocument document
)

Parameters

Name Type Description
document ReportDesignerDocument

An object that specifies a report document. This value is assigned to the ReportDesignerDocumentEventArgs.Document property.

See Also