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

ReportDesignerViewBase.ActiveDocument Property

Provides access to the currently active document of the designer view. 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; protected set; }

Property Value

Type Description
ReportDesignerDocument

An object that specifies the currently active document of the designer view.

See Also