While generating report, assume that based on the data set 56 reports should be generated. For each report generation, JRXML file is getting compiled.
However after generating 17 reports, execution got skipped.
This is because of report JRXML file took so much time to compile.
Can you please help me to find the route cause of this issue?
Thanks in advance.
1 Answer:
Posted on January 15, 2018 at 1:25pm
Unfortunately, iReport project is now defunct and there's no body during any development nor support.
The new report designer tool is Jaspersoft Studio.
As to your question, if you have 56 reports, would be better to write your own program using JasperReports Java library. This way, you'll be able to just use compiled .jasper files instead so there's would be no compiling each time.