Create a report with the following structure: 1.(Page Header > Detail (two subreports as table) > Page Footer) 2.(Full page with a static text)) -


i need create subreport 2 pages, report must follow of subreports's size. this:

page header > detail (two subreports table) > page footer)

full page static text

page header > detail (two subreports table) > page footer)

full page static text

page header > detail (two subreports table) > page footer)

full page static text

                           ... (n 2 pages) 

i'm unable create second page static text.

the 2 subreports behave 2 tables coming 2 different lists.

to limit subreports, put static fields of report in page header , page footer. practice?

can me?

use summary band 2'nd page.

<summary>     <band height="800">     ...your textfields     </band> </summary> 

to make in new page use

issummarynewpage="true"  

to avoid pageheader , pagefooter use:

issummarywithpageheaderandfooter="true"  

both on jasperreport tag


Comments