Back to Devexpress

PivotGridControl.ExportToCsv Method

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridcontrol-dot-exporttocsv.md

latest1.0 KB
Original Source

PivotGridControl.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.
ExportToCsv(String, CsvExportOptions)filePath, optionsExports the control’s data to the specified file in CSV format using the specified options.
ExportToCsv(String)filePathExports the control’s data to the specified file in CSV format.