Reputation: 981
I need to make a report, and I have chosen JasperReport to create it. I want to make up a report that in each Page contains different summary. Example:
Could it be possible done with JasperReport? I saw the Table of Contents example of jasper report and I can't understand it with any documentation. If someone have done an example like I explained above, please contact me. Thanks.
Upvotes: 0
Views: 518
Reputation: 9680
Without further thinking or trying, I would say make 3 groups. Each one has a Print When Expression
For the first group it will be something like $V{PAGE_NUMBER} == 1
and so on.`
Upvotes: 0
Reputation: 55
Try checking JRXML file. layout can be determined using jrxml files. I suggest to use itext which allows you to have full control on writing into a pdf.
Upvotes: 0