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