Multiple Pages in JRXML using iReport for multi page reports

血红的双手。 提交于 2019-12-07 18:48:10

问题


I just wanted to know does iReport/JRXML supports reports which are of multiple pages? If yes, can you give some reference samples?

I am not asking of a report which will grow when data grows.

I have a static report which contains more than one page to deal with. Each page will have different header, footer & content. Just they need to be part of one single JRXML.


回答1:


I simply tried this and it worked, though some issues are present and may not be working in general case but for my case following code worked.

    <break>
          <reportElement x="0" y="211" width="554" height="1"/>
    </break>

Thanks.



来源:https://stackoverflow.com/questions/6830420/multiple-pages-in-jrxml-using-ireport-for-multi-page-reports

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!