ReportPrintTool.Report Property
Provides access to the settings of the report assigned to the ReportPrintTool.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraPrinting.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.Printing
Declaration
Property Value
Type | Description |
---|---|
IReport | An object implementing the IReport interface (which is typically the XtraReport class instance). |
See Also