Jump to content

Static text height


mohan_p9

Recommended Posts

Hi Floks,

 

How to increase Static text height dynamically.

 

ex: i taken on static text in that i written 2 paragraph each paragraph has 10 lines. but the static text height is "20". i am able to only first line i want see complete text. with out increasing static text height. through dynamically has to generate report.

 

Thanks,

Mohan.

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

mohan_p9 wrote:

How to increase Static text height dynamically.

 

That's a contradiction in terms.

 

If you want dynamic text height, convert your static text into text fields:

Code:

<textField isStretchWithOverflow="true">
...
<textFieldExpresion>"text ..."</textFieldExpresion>
</textField>

 

HTH,

Lucian

Link to comment
Share on other sites

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...