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.v24.1.dll
NuGet Package: DevExpress.Wpf.Reporting
Declaration
Property Value
Type | Description |
---|---|
ReportDesignerDocument | An object that specifies the currently active document of the designer view. |
See Also