Skip to main content

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.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

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