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