views:

139

answers:

1

I have a row in a tablex that I want to hide based on a condition. I can do this with the visibility property and also using CanShrink as well is an option.

I've tried both of these and the best I can do is hide the row (make it invisible), but it keeps the whitespace it takes up - I need to remove the whitespace too so if it is not shown that it doesn't take up paper/viewing space.

I have also made the height of the row very small and put cangrow=true so that that if i populate the field with data based on an expression it will grow to the right size but this is not ideal because there is still 0.03125in of space for the row that is always shown (minimim height) and if it grows it grows to fit the text but not neccessarily the set size I want.

I thought I had done this before in an older version of RS but I can't seem to get it to work correctly in this version (2008).

Any ideas?

+1  A: 

the answer can be found in this post: http://www.sqldev.org/sql-server-reporting-services/hidden-rows-still-displayed-9660.shtml

retupmoCyuG

related questions