In Detail Band, Multiple TextField is present inside a Frame (F1). All textField has position Type: Float
and Stretch Type: Relative To Tallest Object
properties set. When long text wraps in textField, frames height changes and its bottom border disappear. I added another frame(F2) having line below frame (F1) with Position Type: Float. This Frame doesn't appear when frame(F1) stretch.
<frame>
<reportElement positionType="Float" mode="Opaque" x="387" y="333" width="342" height="24" isPrintWhenDetailOverflows="true"/>
<box>
<pen lineWidth="1.0" lineColor="#BED4E9"/>
<topPen lineWidth="1.0" lineColor="#BED4E9"/>
<leftPen lineWidth="1.0" lineColor="#FFFFFF"/>
<bottomPen lineWidth="1.0" lineColor="#BED4E9"/>
<rightPen lineWidth="1.0" lineColor="#FFFFFF"/>
</box>
<line>
<reportElement positionType="Float" x="0" y="1" width="1" height="22" forecolor="#FFFFFF" backcolor="#FFFFFF"/>
</line>
</frame>
Any help will be appreciated....