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(IBasePrintable, Stream, XlsxExportOptions) static source, stream, options
ExportToXlsx(IBasePrintable, Stream) static source, stream
ExportToXlsx(IBasePrintable, String, XlsxExportOptions) static source, filePath, options
ExportToXlsx(IBasePrintable, String) static source, filePath