Dynamic report output filename [message #1444009] |
Mon, 13 October 2014 10:29  |
Eclipse User |
|
|
|
Hi All,
I want to change report output file name in BIRT dynamically where it would add input parameters in file name.
I tried steps mentioned in below post , but it didn't work for me.
birtworld.blogspot.in/2008/09/naming-exported-files-from-birt.html
i am using eclipse 3.7.1. I am not java developer but knows basics of it.
I tried creating jar and placing lib folder. A also tried placing class file directly in classes folder but didn't work.
When I export report it is still showing old file name.
Please let me know if I am missing anything.
My jar file location -
eclipse\plugins\org.eclipse.birt.report.viewer_3.7.1.v20110905\birt\WEB-INF\lib
Web xml changes -
<context-param>
<param-name>BIRT_FILENAME_GENERATOR_CLASS</param-name>
<param-value>org.eclipse.birt.report.myreport.MyFilenameGenerator</param-value>
</context-param>
Thanks in advance
Santosh
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03344 seconds