Skip to main content
All docs
V23.2
Tab

ASPxCardView.ExportCsvToResponse Method

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