Back to Devexpress

ReportPrintTool.Report Property

windowsforms-devexpress-dot-xtrareports-dot-ui-dot-reportprinttool.md

latest1.3 KB
Original Source

ReportPrintTool.Report Property

Provides access to the settings of the report assigned to the ReportPrintTool.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraPrinting.v25.2.dll

NuGet Package : DevExpress.Win.Printing

Declaration

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

Property Value

TypeDescription
IReport

An object implementing the IReport interface (which is typically the XtraReport class instance).

|

See Also

ReportPrintTool Class

ReportPrintTool Members

DevExpress.XtraReports.UI Namespace