Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 Analysis Server and Reporting Services (2008)
 How to hide a column and not have white space

Author  Topic 

bmiddleton74
Starting Member

5 Posts

Posted - 2009-04-22 : 21:52:40
Hello,

I have a tablix, and I want to set the hidden property on a column based on a parameter value from my stored procedure:

My issue is that when it hides, it leaves a big hole in my report... does anyone have a technique to dynamically adjust the column width? I was thinking I could take it down to zero rather than hiding it, but there is no expression builder for the size property.

Let me know, thanks!

elizaut
Starting Member

6 Posts

Posted - 2009-05-14 : 12:23:07
Did you hide the whole column (right click on the column, select column visibility, hide based on an expression). When I hid the cell, it left a gap, but when I hid the column, it worked fine.
Go to Top of Page
   

- Advertisement -