Skip to main content

ASPxPivotGridExporter.ExportCsvToResponse Method

Name Parameters Description
ExportCsvToResponse(String, CsvExportOptions, Boolean) fileName, options, saveAsFile Exports the ASPxPivotGrid’s data to the specified file in CSV format with the specified export settings, and writes it to the response in the binary format.
ExportCsvToResponse(String, CsvExportOptions) fileName, options Exports the ASPxPivotGrid’s data to the specified file in CSV format with the specified export settings, and writes it to the response in the binary format.
ExportCsvToResponse(String, Boolean) fileName, saveAsFile Exports the ASPxPivotGrid’s data to the specified file in CSV format with the specified settings, and writes it to the response in the binary format.
ExportCsvToResponse(String) fileName Exports the ASPxPivotGrid’s data to the specified file in CSV format, and writes it to the response in the binary format.