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
 Reporting Services Development
 Hiding EXTRA White SPACE In TABLE COLUMN - URGENT

Author  Topic 

skalra
Starting Member

20 Posts

Posted - 2009-01-09 : 10:45:46
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????????****

skalra
Starting Member

20 Posts

Posted - 2009-01-09 : 10:46:17
I am using a Rectangle Container and had set Padding to 0 but then too it is not working
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2009-01-09 : 11:44:48
quote:
Originally posted by skalra

I am using a Rectangle Container and had set Padding to 0 but then too it is not working


try removing container and see
Go to Top of Page
   

- Advertisement -