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 2005 Forums
 Analysis Server and Reporting Services (2005)
 hide the column and remove space

Author  Topic 

satsap
Starting Member

9 Posts

Posted - 2008-11-13 : 13:49:15
I have a table in which the column should be hidden based on the parameter selected.

I have tried the following expression
=IIF(Parameters!p_dept_ind.Value = "N", True, False)
which hides the column but it shows space between the columns. So how can i shrink it when the column is hidden?



Thanks in advance

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2008-11-15 : 00:16:00
having you set padding for columns? try reducing it. Also is the table inside a container like rectangle?
Go to Top of Page

darkdusky
Aged Yak Warrior

591 Posts

Posted - 2008-12-22 : 11:56:49
Did you find a solution for this? I am conditionally hiding a column but when it is hidden the space where it was, is still visible. I set padding to zero.
I've googled and no simple solution I could find - there was some mention of programmatically editing Report XML to edit the column width.
Any takers?
Go to Top of Page

darkdusky
Aged Yak Warrior

591 Posts

Posted - 2009-01-05 : 05:18:20
Any-one got a solution for this?
Go to Top of Page
   

- Advertisement -