ReportDesignerDocument.Report Property
In This Article
Gets a report displayed in the current designer document. This is a dependency property.
Namespace: DevExpress.Xpf.Reports.UserDesigner
Assembly: DevExpress.Xpf.ReportDesigner.v24.2.dll
NuGet Package: DevExpress.Wpf.Reporting
#Declaration
public XtraReport Report { get; }
#Property Value
Type | Description |
---|---|
Xtra |
A report displayed in the current designer document |
See Also