Back to Devexpress

LinkBase.ExportToXls Method

wpf-devexpress-dot-xpf-dot-printing-dot-linkbase-dot-exporttoxls.md

latest956 B
Original Source

LinkBase.ExportToXls Method

NameParametersDescription
ExportToXls(Stream, XlsExportOptions)stream, optionsExports a report to the specified stream in XLS format using the specified 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 specified XLS-specific options.
ExportToXls(String)filePathExports a report to the specified file path in XLS format.