尽管没有打印,但是页脚页带占据了高度

时间:2016-12-21 15:01:53

标签: jasper-reports

我有一个列页脚带,它只显示在我报告的最后一页上。一切都很好,除了当它没有打印时,乐队仍然占据了空间,好像它仍然在那里。我该如何防止这种情况? 乐队的高度是强制性的,分裂式并没有改变任何东西。

<columnFooter>
    <band height="250" splitType="Prevent">
        <property name="local_mesure_unitheight" value="pixel"/>
        <property name="com.jaspersoft.studio.unit.height" value="px"/>
        <property name="com.jaspersoft.studio.layout" value="com.jaspersoft.studio.editor.layout.VerticalRowLayout"/>
        <printWhenExpression><![CDATA[new Boolean($V{PAGE_NUMBER}.equals($P{REPORT_PARAMETERS_MAP}.get("LastPageNumber")))]]></printWhenExpression>
<!-- the elements -->
</columnFooter>

enter image description here

0 个答案:

没有答案