Hi,
We have a requirement to generate EXCEL report while clicking the link in the application. We are using Actuate 10 to generate EXCEL report. We are trying to deploy .rptdesign file in iServer and access the EXCEL file by specifying file type.
I am getting difficulty to specifying EXCEL file name and also EXCEL sheet name. By default file is generating with 'iv.xls'. Please help me how to specify excel file name and sheet name
There is a solution in this forum, but it is not working for me. It is giving unhandled exception.Please tell me how can I use it or any other solutions are appreciated.
http://www.birt-exchange.org/org/forum/index.php/topic/20900-excel-output-in-multiple-sheets/page__s__3e01094c8ec0f8571be0c13e055ffd75
'Use in OnPageBreak
reportContext.setPageVariable( reportContext.PAGE_VAR_PAGE_LABEL, this.getValue() ); '
Thanks in advance