StiCsvExportServiceExportCsv Method (StiReport, Stream, StiPagesRange, String, Encoding) |
Exports a rendered report to a csv file.
Namespace:
Stimulsoft.Report.Export
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public void ExportCsv(
StiReport report,
Stream stream,
StiPagesRange pageRange,
string separator,
Encoding encoding
)
Public Sub ExportCsv (
report As StiReport,
stream As Stream,
pageRange As StiPagesRange,
separator As String,
encoding As Encoding
)
Parameters
- report
- Type: Stimulsoft.ReportStiReport
A report which is to be exported. - stream
- Type: System.IOStream
A stream for export of a document. - pageRange
- Type: Stimulsoft.ReportStiPagesRange
Describes range of pages of the document for the export. - separator
- Type: SystemString
A separator for the resulted csv file. - encoding
- Type: System.TextEncoding
Encoding for the result file.
See Also