Hi All,
I am using Jasper Report to generate report from the Java code. The report designer I am using is iReport. Along with a master report there are several sub reports also available.
Now, my question here is, do Jasper Report API has any way to load sub reports dynamically into master report?
Here is example:
A master report have three sub report. SubReport1, SubReport2 & SubReport3.
Now the order of these sub reports displayed in a master report is not specific. It is based on the user inputs. So if user wants to display SubReport2 before SubReport1 then the user have to provide input accordingly.
So, is there any way using which we can achieve this functionality using JasperReport API?