create jrml file at run time and modify at run time

Posted by Srinivas on Stack Overflow See other posts from Stack Overflow or by Srinivas
Published on 2010-05-03T10:48:32Z Indexed on 2010/05/03 10:58 UTC
Read the original article Hit count: 498

Filed under:

Hi

I have a requirement to develop custom reports where we already have some reoprts developed using JasperReports using iReport tool. Now the requirement is to modify those reports design at run time. I should use those existing jrxml files and save as to new report then change the design at run time. Also I should see those newly created reports whenever I want.

I have gone through the Jasper API and Dynamic Reports where we can create the reports dynamically at run time but we can't save the design (like JRXML).

I am looking for any other JRXML design API to create and modify and save the Jasper Reports at run time.

I appreciate if any one can help me.

Thanks in Advance Srinivas

© Stack Overflow or respective owner

Related posts about jasper-reports