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

Returns string representation of a report in the dot-matrix mode.

Syntax
C++
C#
Visual Basic
public: string GetReportForDotMatrixReport( StiReport report, Encoding encoding, bool drawBorder, StiTxtBorderType borderType, bool killSpaceLines, bool killSpaceGraphLines, bool putFeedPageCode, bool cutLongLines, float zoomX, float zoomY, StiPagesRange pageRange, bool useEscapeCodes, string escapeCodesCollectionName );
Parameters
Parameters 
Description 
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. 
pageRange 
A range of pages for exporting. 
useEscapeCodes 
Use Escape codes in text. 
escapeCodesCollectionName 
Name of the Escape codes collection to use. 
Returns

A string which contains a string representation of a report in the dot-matrix mode.

Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.