Back to Devexpress

ReportDesignerDocument.Report Property

wpf-devexpress-dot-xpf-dot-reports-dot-userdesigner-dot-reportdesignerdocument.md

latest1.2 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Reporting

Declaration

csharp
public XtraReport Report { get; }
vb
Public ReadOnly Property Report As XtraReport

Property Value

TypeDescription
XtraReport

A report displayed in the current designer document

|

See Also

ReportDesignerDocument Class

ReportDesignerDocument Members

DevExpress.Xpf.Reports.UserDesigner Namespace