Stretch a row with data overflow while having multiple rows in a single band

前端 未结 3 1456
说谎
说谎 2020-11-30 02:04

My requirements bind me to have multiple rows in a single \"Details\" band.

Right now I am having a static text field (which is highlighted in color) in the leftmost

3条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-11-30 02:52

    In my case doing as you advised didn't work. I had to modify your solution a little bit - I made a "frame" instead of grouping objects, and put previuosly grouped elements in that frame. I set positionType="Float" and stretchType="No stretch" in that frame, and set stretchType="RelativeToTallestObject" to its child items - then it all works.

提交回复
热议问题