Back to Devexpress

PrintingSystemBase.ExportToCsv Method

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

latest1.0 KB
Original Source

PrintingSystemBase.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.