XtraReport.ExportToXlsx Method
| Name | Parameters | Description |
|---|---|---|
| ExportToXlsx(Stream, XlsxExportOptions) | stream, options | Exports a report to the specified stream in XLSX format. This method exports data in WYSIWYG mode. |
| ExportToXlsx(String, XlsxExportOptions) | path, options | Exports a report to the specified file in XLSX format. This method exports data in WYSIWYG mode. |