Is there a way to set a table\'s visibility to false, if the table has no rows?
I want to hide a table in Reporting Services when it has no rows.
Try setting the table's "Visibility.Hidden" property to this expression:
=CountRows() = 0