Back to Devexpress

LinkBase.ExportToCsv Method

wpf-devexpress-dot-xpf-dot-printing-dot-linkbase-dot-exporttocsv.md

latest956 B
Original Source

LinkBase.ExportToCsv Method

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