ReportDesignTool.Report Property
In This Article
Provides access to the report assigned to the ReportDesignTool.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.2.Extensions.dll
NuGet Package: DevExpress.Win.Reporting
#Declaration
public XtraReport Report { get; }
#Property Value
Type | Description |
---|---|
Xtra |
An Xtra |
See Also