Click or drag to resize

StiTxtExportServiceExportTxt Method (StiReport, Stream, Encoding, StiPagesRange)

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

Namespace:  Stimulsoft.Report.Export
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public void ExportTxt(
	StiReport report,
	Stream stream,
	Encoding encoding,
	StiPagesRange pageRange
)

Parameters

report
Type: Stimulsoft.ReportStiReport
A report which is to be exported.
stream
Type: System.IOStream
A stream for the export.
encoding
Type: System.TextEncoding
A code page of a text.
pageRange
Type: Stimulsoft.ReportStiPagesRange
A Range of a page for exporting.
See Also