Back to Devexpress

ASPxGridExporterBase.WriteCsvToResponse Method

aspnet-devexpress-dot-web-dot-aspxgridexporterbase-dot-writecsvtoresponse.md

latest3.7 KB
Original Source

ASPxGridExporterBase.WriteCsvToResponse Method

NameParametersDescription
WriteCsvToResponse()noneExports the grid’s data to a file in CSV format and writes it to the Response in binary format.
WriteCsvToResponse(CsvExportOptions)exportOptionsExports the grid’s data to a file in CSV format with the specified export options, and writes it to the Response in binary format.
WriteCsvToResponse(CsvExportOptionsEx)exportOptionsExports the grid’s data to a file in CSV format with the specified export options, and writes it to the Response in binary format.
WriteCsvToResponse(Boolean, CsvExportOptions)saveAsFile, exportOptionsExports the grid’s data to a file in CSV format with the specified export options, and writes it to the Response in binary format.
WriteCsvToResponse(Boolean, CsvExportOptionsEx)saveAsFile, exportOptionsExports the grid’s data to a file in CSV format with the specified export options, and writes it to the Response in binary format.
WriteCsvToResponse(Boolean)saveAsFileExports the grid’s data to a file in CSV format and writes it to the Response in binary format.
WriteCsvToResponse(String, CsvExportOptions)fileName, exportOptionsExports the grid’s data to the specified file in CSV format with the specified name and export options, and writes it to the Response in binary format.
WriteCsvToResponse(String, CsvExportOptionsEx)fileName, exportOptionsExports the grid’s data to the specified file in CSV format with the specified name and export options, and writes it to the Response in binary format.
WriteCsvToResponse(String, Boolean, CsvExportOptions)fileName, saveAsFile, exportOptionsExports the grid’s data to a file in CSV format with the specified export options, and writes it to the Response in binary format.
WriteCsvToResponse(String, Boolean, CsvExportOptionsEx)fileName, saveAsFile, exportOptionsExports the grid’s data to a file in CSV format with the specified export options, and writes it to the Response in binary format.
WriteCsvToResponse(String, Boolean)fileName, saveAsFileExports the grid’s data to the specified file in CSV format and writes it to the Response in binary format.
WriteCsvToResponse(String)fileNameExports the grid’s data to the specified file in CSV format and writes it to the Response in binary format.