开发者

How to increase Detail band height dynamically

开发者 https://www.devze.com 2022-12-25 06:04 出处:网络
My requirement is to increase the Detail band height dynamically when the text field has mo开发者_StackOverflowre data. Are there any settings to increase to it? I am using one textField in the Detail

My requirement is to increase the Detail band height dynamically when the text field has mo开发者_StackOverflowre 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):

  1. Position type: float
  2. Stretch type: relative to tallest object
  3. Stretch with overflow: true (checked)


Go to Report level properties. Advanced - Set the Column count and then Print order as Horizontal


Try setting the text field and surround object to Position Type Float in the object's properties.

This should let the report expand as the text field grows.

0

精彩评论

暂无评论...
验证码 换一张
取 消