I have a column header band and a detail band which consists of some text fields. These text fields will be printed based on a condition.
So, for this I have set the condition in Print When Expression and this works fine, but the problem is that this non-printed text field still occupies space, as a result I get to see white/blank space inside the report.
How can I make the text fields to collapse so that the ones which are printed don't have any white space in-between?
PS: I've set a condition in Print When Expression, and set Remove Line When Blank, Blank When NULL and Stretch With Overflow to true.
3 Answers:
@riodavid
I tried using a table component, but somehow my table compoent is not able to populate the data. It always comes blank.
That's why I had to stick with the Text-Fields alternative.
I'm still a newbie, I tried to resolve the table issue, but wasn't able to resolve it.