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

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.v19.1.dll

Declaration

public XtraReport Report { get; }

Property Value

Type Description
XtraReport

A report displayed in the current designer document

See Also