Back to Devexpress

ASPxPivotGridExporter.ExportToCsv Method

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

latest1.0 KB
Original Source

ASPxPivotGridExporter.ExportToCsv Method

NameParametersDescription
ExportToCsv(Stream, CsvExportOptions)stream, optionsExports the control’s data to the specified stream in CSV format using the specified options.
ExportToCsv(Stream)streamExports the control’s data to the specified stream in CSV format.
ExportToCsv(String, CsvExportOptions)filePath, optionsExports the control’s data to the specified file in CSV format using the specified options.
ExportToCsv(String)filePathExports the ASPxPivotGrid’s data to the specified file in CSV format.