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.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
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