Search code examples
reporting-servicesssrs-2008ssrs-2014

How do I change the height of a table row in an SSRS report to hide a subreport?


I am using SSRS 2014 with VS2013 rc5.

Is it possible to change the row heigt forcing CanShrink property on a table cell in an SSRS report?

Subreport Section

I am able to hide the report if the value of the previous column is 0 but how do I shrink the row?


Solution

  • You don't need to change the height of the row, you just need to hide it.

    On your table right click the indicator next to the row and select "Row visibility..."

    row visibility menu option

    You can then set to show or hide the row based on an expression. If the row is hidden there won't be any blank space where it should be.