You are here: Symbol Reference > Stimulsoft.Report.Viewer Namespace > StiDotMatrixPrintProvider Class > StiDotMatrixPrintProvider Methods > Print Method
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
StiDotMatrixPrintProvider.Print Method

Prints the rendered report. If the report is not rendered then its rendering starts.

Syntax
C++
C#
Visual Basic
public: void Print( StiReport report, string printerName, Encoding encoding, bool drawBorder, StiTxtBorderType borderType, bool killSpaceLines, bool killSpaceGraphLines, bool putFeedPageCode, bool cutLongLines, float zoomX, float zoomY, int fromPage, int toPage, bool useEscapeCodes, string escapeCodesCollectionName );
Parameters
Parameters 
Description 
report 
Rendered report for printing. 
printerName 
A name of the printer. 
encoding 
A parameter which sets text encoding. 
drawBorder 
If true then borders are exported to the text. 
borderType 
Type of borders. 
killSpaceLines 
If true then empty lines will be removed from the result text. 
killSpaceGraphLines 
If true then empty lines with vertical borders will be removed from the result text. 
putFeedPageCode 
If true then the EOF character will be added to the end of each page. 
cutLongLines 
If true then all long lines will be cut. 
zoomX 
Horizontal zoom factor by X axis. By default a value is 1.0f what is equal 100% in export settings window. 
zoomY 
Vertical zoom factor by Y axis. By default a value is 1.0f what is equal 100% in export settings window. 
fromPage 
A number of the first page to print. 
toPage 
A number of the last page to print. 
useEscapeCodes 
Use Escape codes in text. 
escapeCodesCollectionName 
Name of the Escape codes collection to use. 
Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.