Back to Devexpress

PrintingSystemBase.ExportToXlsx Method

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

latest1.0 KB
Original Source

PrintingSystemBase.ExportToXlsx Method

NameParametersDescription
ExportToXlsx(Stream, XlsxExportOptions)stream, optionsExports a report to the specified stream in XLSX format using the defined XLSX-specific options.
ExportToXlsx(Stream)streamExports a report to the specified stream in XLSX format.
ExportToXlsx(String, XlsxExportOptions)filePath, optionsExports a report to the specified file path in XLSX format using the defined XLSX-specific options.
ExportToXlsx(String)filePathExports a report to the specified file path in XLSX format.