删除详细信息和最后一页页脚之间的空格

时间:2014-08-24 22:44:04

标签: jasper-reports

如何在 JasperReports 中删除详细信息和最后一页页脚之间的空格?

我需要删除它们之间的空白区域

我将此代码用于lastpagefooter

<lastPageFooter>
    <band height="187">
        <staticText>
            <reportElement x="125" y="0" width="68" height="20" uuid="d7bc9c8a-c20b-4f79-8515-639609ead0cc"/>
            <box>
                <topPen lineWidth="1.0"/>
                <leftPen lineWidth="1.0"/>
                <bottomPen lineWidth="1.0"/>
                <rightPen lineWidth="1.0"/>
            </box>
            <textElement textAlignment="Right" verticalAlignment="Middle">
                <font size="14"/>
            </textElement>
            <text><![CDATA[المجموع : ]]></text>
        </staticText>
        <textField>
            <reportElement x="35" y="0" width="90" height="20" uuid="4b93f507-3e79-4ba7-99ce-d65b64a1a78b"/>
            <box>
                <topPen lineWidth="1.0"/>
                <leftPen lineWidth="1.0"/>
                <bottomPen lineWidth="1.0"/>
                <rightPen lineWidth="1.0"/>
            </box>
            <textElement textAlignment="Right" verticalAlignment="Middle">
                <font size="14"/>
            </textElement>
            <textFieldExpression><![CDATA[$P{Totals}]]></textFieldExpression>
        </textField>
        <textField evaluationTime="Report">
            <reportElement x="23" y="167" width="40" height="20" uuid="c0c0de0b-7bb5-4133-bf5e-dfe51f91dac4"/>
            <box rightPadding="2"/>
            <textElement textAlignment="Right"/>
    </band>
</lastPageFooter>

http://www.gulfup.com/?lV8MpF

这是文件

1 个答案:

答案 0 :(得分:0)

我只是将报告忽略分页改为真正的

<jasperReport ... isIgnorePagination="true" ...>

在这种情况下我不能使用破解的问题我想在行数时打破新页面

最后,我使用组页脚并在其中添加总数