Back to Devexpress

ReportDesignTool.Report Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-reportdesigntool.md

latest1.2 KB
Original Source

ReportDesignTool.Report Property

Provides access to the report assigned to the ReportDesignTool.

Namespace : DevExpress.XtraReports.UI

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

NuGet Package : DevExpress.Win.Reporting

Declaration

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

Property Value

TypeDescription
XtraReport

An XtraReport object.

|

See Also

ReportDesignTool Class

ReportDesignTool Members

DevExpress.XtraReports.UI Namespace