JasperReports multi-page report with different content
Posted
by Han Fastolfe
on Stack Overflow
See other posts from Stack Overflow
or by Han Fastolfe
Published on 2010-04-08T20:20:44Z
Indexed on
2010/04/08
20:23 UTC
Read the original article
Hit count: 545
jasper-reports
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.
Thank a lot.
Francesco
© Stack Overflow or respective owner