Why does sections do not fit the page height?

后端 未结 1 2021
天命终不由人
天命终不由人 2020-12-20 00:14

I\'m working in a report which needs to be attached to another to generate a bigger report, so it only has title, page footer and summary sections. The problem is that I\'m

相关标签:
1条回答
  • 2020-12-20 00:32

    It is trying to fit also the pageFooter on the same page as title band (650+50>656).

    If you like title band on a separate page without pageFooter you need to set attribute

    isTitleNewPage="true"
    

    from JReport API

    Specifies if the title section will be printed on a separate initial page.

    In JasperSoft Studio

    0 讨论(0)
提交回复
热议问题