Skip to main content
A newer version of this page is available. .

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.v20.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.

See Also