Skip to main content

ReportPrintTool.Report Property

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

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraPrinting.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.Printing

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