Hi friends,
I am working on some reports where I want to have multiple pages around 8 pages in single report. Since the report has lots static text (about 80 %) of report, i am unable to create such report with multiple pages. I know jasper creates multiple pages dynamically from the data source available. but since i have lots of static text how can i do this?????
Please guys help me out..
Thanks in advance.
3 Answers:
Posted on September 12, 2009 at 8:20am
Hi pawel_r
Actually my problem is:
I have to generate report which is around 8 pages.
So how could i generate report with static text on each pages. (around 80%)
Since when we design report it give us only one default page for static text. What about text on second page..
For example:
Offer Letter.
Posted on September 14, 2009 at 3:14am
Hi,
If you use a recent version of JasperReports, note that the detail section is now a multi-band section. Basically, you can have 8 detail bands inside the report. Each of them probably as big as one page.
Then, you just fill the report with an instance of the JREmptyDataSource (one single empty record).
I hope this helps.
Teodor