gpt4 book ai didi

jasper-reports - 如何防止在 JasperReports TextField 中重复数据

转载 作者:行者123 更新时间:2023-12-04 13:49:20 25 4
gpt4 key购买 nike

我正在使用 JasperReports,但文本字段数据有问题,下一页继续。
我有 3 个 textField 详细信息带。
Band splitType="Stretch".
每个文本文件都有边框,并且 isPrintWhenDetailOverflows 参数设置为“true”。
当文本字段中的数据不适合页面时,它将在下一个继续。所以我需要打印同一波段的其他文本文件(因为我需要打印每个文本字段的边框)
但是 isPrintWhenDetailOverflows="true 也会导致在第二页的其他文本字段中重复数据,尽管它们的内容适合第一页。

插图:

enter image description here

最佳答案

jasper 报告文档说:

isPrintWhenDetailOverflows()
If this is set to true, the element will be reprinted on the next page if the band does not fit in the current page.

所以我认为这可能是一个问题。 删除 isPrintWhenDetailOverflows="true"。在这种情况下,isStretchWithOverflow="true"stretchType="RelativeToTallestObject" 这两件事对我有用。所以你的 textField 会是这样的:

<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement style="cell" stretchType="RelativeToTallestObject" x="266" y="0" width="266" height="15"/>
<textElement textAlignment="Left" verticalAlignment="Middle">
<font fontName="Arial" size="9" isBold="false" pdfEncoding="Cp1251" isPdfEmbedded="true"/>
<paragraph leftIndent="2"/>
</textElement>
<textFieldExpression><![CDATA[$F{structure}]]></textFieldExpression>
</textField>

关于jasper-reports - 如何防止在 JasperReports TextField 中重复数据,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26202593/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com