Skip to main content
A newer version of this page is available. .

PrintHelper.ExportToXlsx Method

Name Parameters Description
ExportToXlsx(IPrintableControl, Stream, XlsxExportOptions) static source, stream, options Exports a report to the specified stream in XLSX format using the specified XLSX-specific options.
ExportToXlsx(IPrintableControl, Stream) static source, stream Exports a report to the specified stream in XLSX format.
ExportToXlsx(IPrintableControl, String, XlsxExportOptions) static source, filePath, options Exports a report to the specified file path in XLSX format using the specified XLSX-specific options.
ExportToXlsx(IPrintableControl, String) static source, filePath Exports a report to the specified file path in XLSX format.
ExportToXlsx(IPrintable, Stream, XlsxExportOptions) static source, stream, options Exports a report to the specified stream in XLSX format using the specified XLSX-specific options.
ExportToXlsx(IPrintable, Stream) static source, stream Exports a report to the specified stream in XLSX format.
ExportToXlsx(IPrintable, String, XlsxExportOptions) static source, filePath, options Exports a report to the specified file path in XLSX format using the specified XLSX-specific options.
ExportToXlsx(IPrintable, String) static source, filePath Exports a report to the specified file path in XLSX format.