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

PivotGridControl.ExportToCsv Method

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