Back to Devexpress

LinkBase.ExportToCsv Method

corelibraries-devexpress-dot-xtraprinting-dot-linkbase-dot-exporttocsv.md

latest1000 B
Original Source

LinkBase.ExportToCsv Method

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