我在应用程序中有一个 JasperReports 的报告正在截断文本,我不确定如何让它显示全名。
下面的代码段显示我已添加isStretchWithOverflow="true"
:
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement x="353" y="0" width="79" height="30"/>
<textElement textAlignment="Right"/>
<textFieldExpression class="java.lang.String"><![CDATA[$F{acname}]]></textFieldExpression>
</textField>
JasperReports的图像显示的值不正确。其中一个应该是:&#39; Double Time Pay - Bill Regular&#39;和另一个双倍时间支付 - 比尔加班&#39;。