Is it possible to have a report with flexible text width and height? I sometimes have two words in this text and some times hundreds. I want to have small text for the first and big text for the second. How do I do that?
2 Answers
2
votes
I would advise you to set a your text box size to what you think is optimum and use the CanShrink
and CanGrow
properties (tap the text box and then open the properties windows and you can find them there).
The CanGrow
property indicates whether the size of the text box can increase vertically according to its content. Similarly, CanShrink
decreases the height of the text box according to its content. Here is a link for better understanding these two properties.
Visible
property in conjunction with which field you are using. – Mark C.