Click or drag to resize

StiDotMatrixPrintProviderGetReportForDotMatrixReport Method

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

Namespace:  Stimulsoft.Report.Viewer
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static 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

report
Type: Stimulsoft.ReportStiReport

[Missing <param name="report"/> documentation for "M:Stimulsoft.Report.Viewer.StiDotMatrixPrintProvider.GetReportForDotMatrixReport(Stimulsoft.Report.StiReport,System.Text.Encoding,System.Boolean,Stimulsoft.Report.Export.StiTxtBorderType,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Single,System.Single,Stimulsoft.Report.StiPagesRange,System.Boolean,System.String)"]

encoding
Type: System.TextEncoding
A parameter which sets text encoding.
drawBorder
Type: SystemBoolean
If true then borders are exported to the text.
borderType
Type: Stimulsoft.Report.ExportStiTxtBorderType
Type of borders.
killSpaceLines
Type: SystemBoolean
If true then empty lines will be removed from the result text.
killSpaceGraphLines
Type: SystemBoolean
If true then empty lines with vertical borders will be removed from the result text.
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.
zoomX
Type: SystemSingle
Horizontal zoom factor by X axis. By default a value is 1.0f what is equal 100% in export settings window.
zoomY
Type: SystemSingle
Vertical zoom factor by Y axis. By default a value is 1.0f what is equal 100% in export settings window.
pageRange
Type: Stimulsoft.ReportStiPagesRange
A range of pages for exporting.
useEscapeCodes
Type: SystemBoolean
Use Escape codes in text.
escapeCodesCollectionName
Type: SystemString
Name of the Escape codes collection to use.

Return Value

Type: String
A string which contains a string representation of a report in the dot-matrix mode.
See Also