Skip to main content
A newer version of this page is available.
All docs
V19.1

ReportPrintTool(IReport) Constructor

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

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraPrinting.v19.1.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