Skip to main content
All docs
V19.2

ReportPrintTool(IReport) Constructor

Initializes a new instance of the ReportPrintTool class with the specified report.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraPrinting.v19.2.dll

Declaration

public ReportPrintTool(
    IReport report
)

Parameters

Name Type Description
report IReport

An object implementing the IReport interface (usually, it is the XtraReport class instance).

See Also