JasperReports: Cover page

前端 未结 5 630
旧巷少年郎
旧巷少年郎 2021-01-13 18:14

I have a JasperReport and I want to create for this report a cover page. The cover page must contain some information coming from the DB, like Company name, etc. I am trying

5条回答
  •  旧时难觅i
    2021-01-13 18:49

    I added a break at the end of the title band.

    
       <band>
       <break></break>
       </band>
     
    

    This has the effect of a page break.

提交回复
热议问题