Skip to main content
A newer version of this page is available. .

XtraReport.ExportToCsv Method

Name Parameters Description
ExportToCsv(Stream, CsvExportOptions) stream, options Exports a report to the specified stream in CSV format using the specified CSV-specific options.
ExportToCsv(Stream) stream Exports a report to the specified stream in CSV format.
ExportToCsv(String, CsvExportOptions) path, options Exports a report to the specified file path in CSV format using the specified CSV-specific options.
ExportToCsv(String) path Exports a report to the specified file path in CSV format.