如何限制textField高度?

时间:2013-04-08 12:59:16

标签: jasper-reports

textField 子报告放置在彼此相邻的一个细节带上。

代码:

<band height="14" splitType="Stretch">
    <textField isStretchWithOverflow="true" isBlankWhenNull="true">
    <reportElement style="cell" stretchType="RelativeToBandHeight" x="149" y="0" width="25" height="14" isPrintWhenDetailOverflows="true"/>
        <textElement textAlignment="Center" verticalAlignment="Middle">
            <font fontName="Arial" size="6" isBold="false"/>
        </textElement>
        <textFieldExpression><![CDATA[$F{RZPR}]]></textFieldExpression>
</textField>
    <subreport>
    <reportElement stretchType="RelativeToTallestObject" x="0" y="0" width="802" height="14"/>
        <dataSourceExpression><![CDATA[$F{CSR_SUB}]]></dataSourceExpression>
        <subreportExpression><![CDATA[$P{SUBREPORT_DIR} + "cashflowplan/sub_all.jasper"]]></subreportExpression>
    </subreport>
</band>

有时会导致下一种情况:

屏幕截图:

enter image description here

TextField 占用第一页上的所有可用空间。但子报告的 详细信息频段中的 textFields 会移到下一页,在第一页的末尾留下空白区域。

如何解决这个问题?

0 个答案:

没有答案