Back to Devexpress

LinkBase.ExportToXlsx Method

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

latest975 B
Original Source

LinkBase.ExportToXlsx Method

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