Skip to main content

ReportDesignerDocument.Report Property

Gets a report displayed in the current designer document. This is a dependency property.

Namespace: DevExpress.Xpf.Reports.UserDesigner

Assembly: DevExpress.Xpf.ReportDesigner.v23.2.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public XtraReport Report { get; }

Property Value

Type Description
XtraReport

A report displayed in the current designer document

See Also