Back to Devexpress

PivotGridControl.ExportToCsv Method

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridcontrol-dot-exporttocsv.md

latest1.0 KB
Original Source

PivotGridControl.ExportToCsv Method

NameParametersDescription
ExportToCsv(Stream, CsvExportOptions)stream, optionsExports the pivot grid to the specified stream in CSV format, using the specified CSV-specific options.
ExportToCsv(Stream)streamExports the pivot grid to the specified stream in CSV format.
ExportToCsv(String, CsvExportOptions)filePath, optionsExports the pivot grid to the specified file path in CSV format, using the specified CSV-specific options.
ExportToCsv(String)filePathExports the pivot grid to the specified file path in CSV format.