表之间的分页符不起作用

时间:2018-08-08 08:31:03

标签: jasper-reports

我正在使用Jasper创建一个包含两个表的报告。每个表都在其自己的明细栏中。问题在于,有时第二个表以中间页开始,或者有时标题显示在页面末尾,而表的标题则以新页开始。

为解决此问题,我在第一张表的末尾在第一张表的明细栏中添加了一个分页符,认为这可以轻松解决我的问题,但是当第二张表开始时仍无法获得新页。这是从Jaspersoft Studio生成的源。

<band>
  Title and table
<break>
    <reportElement isPrintRepeatedValues="false" mode="Opaque" x="0" y="134" width="93" height="1" isPrintWhenDetailOverflows="true">
    <property name="com.jaspersoft.studio.unit.height" value="pixel"/>
    </reportElement>
</break>
</band>

1 个答案:

答案 0 :(得分:1)

应为<property name="com.jaspersoft.studio.unit.y" value="pixel"/>,请用“ com.jaspersoft.studio.unit.y”替换“ com.jaspersoft.studio.unit.height”