You are here: Symbol Reference > Stimulsoft.Report.Export Namespace > StiTxtExportService Class > StiTxtExportService Methods > ExportTxt Method > ExportTxt Method (StiReport, Stream, Encoding, bool, StiTxtBorderType, bool, bool, bool, bool, float, float, StiPagesRange, bool, string)
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
StiTxtExportService.ExportTxt Method (StiReport, Stream, Encoding, bool, StiTxtBorderType, bool, bool, bool, bool, float, float, StiPagesRange, bool, string)

Exports a rendered report to the stream in the text file.

Syntax
C++
C#
Visual Basic
public: void ExportTxt( StiReport report, Stream stream, 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 
report 
A report which is to be exported. 
stream 
Stream for exporting. 
encoding 
A code page of a text. 
drawBorder 
If true then borders are exported to 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 EOF char 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 the page for exporting. 
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.