empty charts in excel export
Posted: Wed Feb 20, 2013 9:28 am
Hello!
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:
I use the 2013.1 version of Stimulsoft Ultimate and the .NET version is 4.0.30319.
Thank you for your help.
Jozef
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