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

IReportPrintTool.Print(String) Method

For internal use. If implemented by a class, prints the current document to the specified printer.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.Printing.v18.2.Core.dll

Declaration

void Print(
    string printerName
)

Parameters

Name Type Description
printerName String

A String representing the name of the printer on which to print the report.

Remarks

This method is intended for internal use only. Normally, you don’t need to use it.

See Also