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

ReportDesignTool.Report Property

Provides access to the report assigned to the ReportDesignTool.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v21.2.Extensions.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Reporting

Declaration

public XtraReport Report { get; }

Property Value

Type Description
XtraReport

An XtraReport object.

See Also