Skip to main content

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public ReportDesignerDocument ActiveDocument { get; }

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.

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.

See Also