Jump to content
We've recently updated our Privacy Statement, available here ×

text are fading text field.


anbalagan.marimuthu

Recommended Posts

    i have text field in jasper. i am passing string from jave to jasper template  so that text field will grow & display according to strign lenght. it is working fine. But some time  , the last few lines of text is faded.I am not sure what is cause.

 

jasper code

 

<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement positionType="Float" stretchType="RelativeToTallestObject" isPrintRepeatedValues="false" x="9" y="25" width="951" height="22"/>
<textElement textAlignment="Left" verticalAlignment="Top">
<font size="9"/>
</textElement>
<textFieldExpression class="java.lang.String"><![CDATA[$F{myStr}]]></textFieldExpression>

</textField> 

 

 

 

problem(1).jpg.7a5aabb8335c0c4a3cdb4878e1d1c6ec.jpg

 

 

Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Posted Images

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...