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

PivotGridExtension.ExportToCsv Method

Name Parameters Description
ExportToCsv(PivotGridSettings, Object, CsvExportOptions) static settings, dataObject, exportOptions Exports the pivot grid’s data to CSV format, based on the provided settings.
ExportToCsv(PivotGridSettings, Object, Boolean, CsvExportOptions) static settings, dataObject, saveAsFile, exportOptions Exports the pivot grid’s data to CSV format, based on the provided settings.
ExportToCsv(PivotGridSettings, Object, Boolean) static settings, dataObject, saveAsFile Exports the pivot grid’s data to CSV format, based on the provided settings.
ExportToCsv(PivotGridSettings, Object, Stream, CsvExportOptions) static settings, dataObject, stream, exportOptions Exports the pivot grid’s data to CSV format, based on the provided settings.
ExportToCsv(PivotGridSettings, Object, Stream) static settings, dataObject, stream Exports the pivot grid’s data to CSV format, based on the provided settings.
ExportToCsv(PivotGridSettings, Object, String, CsvExportOptions) static settings, dataObject, fileName, exportOptions Exports the pivot grid’s data to CSV format, based on the provided settings.
ExportToCsv(PivotGridSettings, Object, String, Boolean, CsvExportOptions) static settings, dataObject, fileName, saveAsFile, exportOptions Exports the pivot grid’s data to CSV format, based on the provided settings.
ExportToCsv(PivotGridSettings, Object, String, Boolean) static settings, dataObject, fileName, saveAsFile Exports the pivot grid’s data to CSV format, based on the provided settings.
ExportToCsv(PivotGridSettings, Object, String) static settings, dataObject, fileName Exports the pivot grid’s data to CSV format, based on the provided settings.
ExportToCsv(PivotGridSettings, Object) static settings, dataObject Exports the pivot grid’s data to CSV format, based on the provided settings.