Am using JasperReports
with Struts2
to generate a pdf of comparision report. Am doing printOrder="Horizontal"
to show comparision column wise.
In 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>
But isStretchWithOverflow not working here? texts are still overlapping. is it because printOeder is set to Horizontal?