My requirement is to increase the Detail band height dynamically when the text field has more data. Are there any settings to increase to it?
I am using one textField in the Detail band when it has more information (words), it is displaying only some information.
i.e the words are being cut off. Depending on the detail band height the words are displaying. I would like to increase the band height dynamically when the text field has more data.
First select your field and set following properties (third one is most important):
float
Stretch
type: relative to tallest objectStretch
with overflow: true
(checked)