JasperReports multi-page report with different content

Han Fastolfe picture Han Fastolfe · Apr 8, 2010 · Viewed 30.9k times · Source

I'm evaluating JasperReport and iReport, a requirement is the possibility to produce a multiple page report in which every page contains a different report.

Example:
Page 1 contains an actual invoice for a customer
Page 2 contains the invoices list for the customer
Page 3 contains a graph of amount of invoices by year
Page 4 contains only fixed text (say operator instructions ...)

Is it possible to create such a unique report instead of creating four standalone report and then merge the PDFs.

Answer

Ali picture Ali · Jan 5, 2012

I tried something different:

I used Ireport 4.1.3 and if you right click on detail1 section you can add another detail section.

Add a break page and it's done.