PrintToolBase.Print(String) Method
Prints the current document on the specified printer.
Namespace: DevExpress.XtraPrinting
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 the current document should be printed. |
Remarks
This method sends a report assigned to the PrintToolBase to the specified printer.
The document to be printed is accessible via the PrintingSystemBase.Document property of the PrintToolBase.PrintingSystem. Note that you need to call the XtraReport.CreateDocument method to generate a document prior to calling the Print method.
Note
If a printer with the specified name isn’t found, this method throws an InvalidPrinterException.
Related GitHub Examples
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the Print(String) method.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.