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

PrintHelper.ExportToXls Method

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