I'm creating report with MS Visual Studio 2012. How to change rows width dynamically (via expression)?
Should be something like this: IFF(Visible.False) THEN (row.Height = 0)
What I'm trying to achive? I'm using expression to hide cells If they are empty. If all cells in row are empty should change row's width to 0.
This is how It looks for now (pink are hidden rows): ![hidden rows][1]
And this is how It should be:
![hidden rows should be][2]
In design It looks like:
![design][3]
As you see here are 2 rows. If [Tikrinimas2]
and [Tikrinimas3]
are nulls hidding first row in other way second row is hidden.