问题描述
我只是想知道iReport / JRXML是否支持多页报告?如果是的话,你能给出一些参考样本吗?
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.
我有一个静态报告,其中包含多个要处理的页面。每个页面都有不同的页眉,页脚和页面。内容。只是他们需要成为一个 JRXML 的一部分。
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.
推荐答案
我只是尝试了这个并且它有效,虽然存在一些问题但可能在一般情况下不起作用,但对于我的情况,以下代码有效。
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>
谢谢。
这篇关于JRXML中的多个页面使用iReport进行多页报告的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!