StiDotMatrixPrintProviderPrintToDotMatrixPrinter Method (StiReport, String) |
Prints a report to dot-matrix printer in the RAW mode in ASCII encoding.
Namespace:
Stimulsoft.Report.Viewer
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public static void PrintToDotMatrixPrinter(
StiReport report,
string printerName
)
Public Shared Sub PrintToDotMatrixPrinter (
report As StiReport,
printerName As String
)
Parameters
- report
- Type: Stimulsoft.ReportStiReport
[Missing <param name="report"/> documentation for "M:Stimulsoft.Report.Viewer.StiDotMatrixPrintProvider.PrintToDotMatrixPrinter(Stimulsoft.Report.StiReport,System.String)"]
- printerName
- Type: SystemString
A name of a printer.
See Also