I experience problems with report export to excel spreadsheets (xsl). I use several charts in my report template, but the exported xls file does not display the charts correctly - there are empty images. I attach exported documents (pdf and xls) and I use the following export settings for xls:
Code: Select all
StiExcelExportSettings settings = new StiExcelExportSettings();
settings.UseOnePageHeaderAndFooter = true;
report.ExportDocument(StiExportFormat.Excel, output, settings);
Thank you for your help.
Jozef