我正在使用JasperReports
withStruts2
生成比较报告的 pdf。我正在做printOrder="Horizontal"
明智的比较列。
在detail
-
<detail>
<band height="1200">
<textField isStretchWithOverflow="true">
<reportElement style="Serif_Normal" x="0" y="900" width="369" height="20" positionType="Float"/>
<textFieldExpression class="java.lang.String">
<![CDATA[$F{PROVFORDRAININGSEDIMENTS}]]>
</textFieldExpression>
</textField>
</band>
</detail>
但是 isStretchWithOverflow 在这里不起作用吗?文本仍然重叠。是因为 printOeder 设置为水平吗?