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

ReportPrintTool.Report Property

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

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraPrinting.v18.2.dll

Declaration

public IReport Report { get; }

Property Value

Type Description
IReport

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

See Also