我在一个截断文本的应用程序中有一个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的图像显示不正确的值 . 其中一个应该是:'Double Time Pay - Bill Regular'和另一个'Double Time Pay - Bill Overtime' .

Jasper Report