I have a Java application that fills a jasper report, with many subreports each containing up to 20 dynamic fields, to print a pdf file.
I need to print one of my subreports more than one time: I take this information from Java. How can I loop the printing phase of this subreport, passing to JasperReports' report just the number of repetitions that I need?
Practically I have an array of n object and I want to add to my main report n subreports, each done more or less like this:
.
I'm using Jaspersoft Studio 6.3.1.