Hi,
I am wondering how the row heights in an SSRS tablix are calculated.
For instance, I have data for which the displayed and grouped by columns are close enough to be identical. However, some rows will for some unknown reason have a massive height with a lot of blank space. If you inspect the HTML output you can see that these rows have a rowspan
and height
applied to them.
This is not a wrapping issue as I can do an IIf
on that row's item id and simply display "a"
instead of the actual values and still get abnormal height. I have also disabled CanGrow
on all textboxes/rows etc. and have set manual heights yet the issue persists.
What causes this behaviour and how are the row heights usually calculated?