ReportDesigner.ActiveDocument Property
Provides access to the currently active document of the End-User Report Designer. This is a dependency property.
Namespace: DevExpress.Xpf.Reports.UserDesigner
Assembly: DevExpress.Xpf.ReportDesigner.v24.1.dll
NuGet Package: DevExpress.Wpf.Reporting
Declaration
Property Value
Type | Description |
---|---|
ReportDesignerDocument | An object that specifies the active designer document. |
Remarks
Use the ActiveDocument property to obtain the properties of the currently active designer document.
For a code sample, see the following example online: WPF Report Designer - How to customize a report data source in code.
Related GitHub Examples
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the ActiveDocument property.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.