Back to Devexpress

PrintHelper.ExportToCsv Method

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

latest2.1 KB
Original Source

PrintHelper.ExportToCsv Method

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