Pagination 分页在末尾添加一个额外的空白页

Pagination 分页在末尾添加一个额外的空白页,pagination,jasper-reports,Pagination,Jasper Reports,鉴于我报告的页脚: <pageFooter> <band height="51" splitType="Stretch"> <textField isStretchWithOverflow="true"> <reportElement positionType = "Float" x="485" y="1" width="55" height="50" uuid="7786fb05-

鉴于我报告的页脚:

<pageFooter>
        <band height="51" splitType="Stretch">
            <textField isStretchWithOverflow="true">
                <reportElement positionType = "Float" x="485" y="1" width="55" height="50" uuid="7786fb05-689a-4b6a-915a-a7bcf3abad95"/>
                <textElement textAlignment="Center" verticalAlignment="Middle">
                    <font fontName="Calibri" size="10" />
                    <paragraph lineSpacingSize="0"/>
                </textElement>
                <textFieldExpression><![CDATA[" - "]]> + $V{PAGE_NUMBER} + <![CDATA[" - "]]></textFieldExpression>
            </textField>
        </band>
</pageFooter>

+$V{页码}+
我的报告在报告末尾添加了一个额外的空白页,没有页码,这与以前的报告页面不同,以前的每个页面都有页码。当我尝试删除分页并使用
staticText
组件作为页脚时,多余的空白页消失了


请问如何解决这个问题?

您能发布一张图片吗?你的问题是unclear@Alex:这是我的9页+额外空白页报告的最后两页的屏幕截图:它是pdf输出吗?它是MS Word。docxLooks(如引擎)计算出没有足够的空白空间来呈现此页上的文本块