ReportDesignerDocumentEventArgs(ReportDesignerDocument) Constructor
In This Article
Initializes a new instance of the ReportDesignerDocumentEventArgs class with the specified document.
Namespace: DevExpress.Xpf.Reports.UserDesigner
Assembly: DevExpress.Xpf.ReportDesigner.v24.2.dll
NuGet Package: DevExpress.Wpf.Reporting
#Declaration
public ReportDesignerDocumentEventArgs(
ReportDesignerDocument document
)
#Parameters
Name | Type | Description |
---|---|---|
document | Report |
An object that specifies a report document. This value is assigned to the Report |
See Also