I have a question regarding an RDL
file that I generated. I have several rectangles, which I gave a hidden property with a function.
When rendering the report, the following occurs:
Rectangle 1 : hidden = false
Rectangle 2 : hidden = true
Rectangle 3 : hidden = true
Rectangle 4 : hidden = false
Now rectangle 1 and 4
are shown, but there is an enormous gab between them, as rectangle 2 and 3
are hidden.
Is there a way that the hidden rectangles do not use space, so they are really invisible, instead of hidden?