Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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