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
 Development Tools
 Other Development Tools
 Hiding Columns -White Space at End of the Table***

Author  Topic 

skalra
Starting Member

20 Posts

Posted - 2009-01-08 : 11:04:56
Hello everyone,

In reports ,My customer requirement is to display column based on selected criteria in UI .

The columns which are not selected by him will hide.

for that we kept an expression in Visibility --> Hide


Code Snippet
= NOT Parameters!Parameters.Value.ToString().Contains("Name")






then coming to HTML Report

It is working fine,but white space coming at end of the Table.

can't we supress the white space?

The white space width is exactly the width of the column which is hidden.

My designing in layout is wrong?

Else is that Problem with the SSRS?

Experts Please let me Know!!!!

Give me Solution!!!

Customer is strictly focusing on that requirement.



***Note: white Space is Some what Acceptable.But My Reports are very big like 45 columns around.When he selects 10 out of 45 then you can assume how much space is coming????????****



visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2009-01-08 : 11:17:47
try setting padding width to 0
Go to Top of Page

skalra
Starting Member

20 Posts

Posted - 2009-01-08 : 11:25:36
I set Padding to 0 but it dosent make any difference.
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2009-01-08 : 11:27:21
quote:
Originally posted by skalra

I set Padding to 0 but it dosent make any difference.


are you putting tables inside a container like rectangle?

Go to Top of Page

skalra
Starting Member

20 Posts

Posted - 2009-01-08 : 15:25:25
No I am not putting table inside a rectangle
Go to Top of Page
   

- Advertisement -