Back to Devexpress

ASPxPivotGridExporter.ExportCsvToResponse Method

aspnet-devexpress-dot-web-dot-aspxpivotgrid-dot-aspxpivotgridexporter-dot-exportcsvtoresponse.md

latest1.4 KB
Original Source

ASPxPivotGridExporter.ExportCsvToResponse Method

NameParametersDescription
ExportCsvToResponse(String, CsvExportOptions, Boolean)fileName, options, saveAsFileExports 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, optionsExports 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, saveAsFileExports 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)fileNameExports the ASPxPivotGrid’s data to the specified file in CSV format, and writes it to the response in the binary format.