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.
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 --> HideCode Snippet= NOT Parameters!Parameters.Value.ToString().Contains("Name") then coming to HTML ReportIt 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 |
|
|
skalra
Starting Member
20 Posts |
Posted - 2009-01-08 : 11:25:36
|
I set Padding to 0 but it dosent make any difference. |
|
|
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? |
|
|
skalra
Starting Member
20 Posts |
Posted - 2009-01-08 : 15:25:25
|
No I am not putting table inside a rectangle |
|
|
|
|
|