Back to Devexpress

PrintingSystemBase.ExportToXls Method

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

latest1.0 KB
Original Source

PrintingSystemBase.ExportToXls Method

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