StiDotMatrixPrintProviderPrintToDotMatrixPrinter Method (StiReport, String, Encoding, Boolean, StiTxtBorderType, Boolean, Boolean, Int32, Int32) |
Prints a report to dot-matrix printer in RAW mode.
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,
Encoding encoding,
bool drawBorder,
StiTxtBorderType borderType,
bool putFeedPageCode,
bool cutLongLines,
int fromPage,
int toPage
)
Public Shared Sub PrintToDotMatrixPrinter (
report As StiReport,
printerName As String,
encoding As Encoding,
drawBorder As Boolean,
borderType As StiTxtBorderType,
putFeedPageCode As Boolean,
cutLongLines As Boolean,
fromPage As Integer,
toPage As Integer
)
Parameters
- report
- Type: Stimulsoft.ReportStiReport
[Missing <param name="report"/> documentation for "M:Stimulsoft.Report.Viewer.StiDotMatrixPrintProvider.PrintToDotMatrixPrinter(Stimulsoft.Report.StiReport,System.String,System.Text.Encoding,System.Boolean,Stimulsoft.Report.Export.StiTxtBorderType,System.Boolean,System.Boolean,System.Int32,System.Int32)"]
- printerName
- Type: SystemString
A name of the printer. - encoding
- Type: System.TextEncoding
A parameter which sets text encoding. - drawBorder
- Type: SystemBoolean
If true then borders are exported to a text. - borderType
- Type: Stimulsoft.Report.ExportStiTxtBorderType
Type of borders. - putFeedPageCode
- Type: SystemBoolean
If true then the EOF character will be added to the end of each page. - cutLongLines
- Type: SystemBoolean
If true then all long lines will be cut. - fromPage
- Type: SystemInt32
A number of the first page to print. - toPage
- Type: SystemInt32
A number of the last page to print.
See Also