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 |
Carat
Yak Posting Veteran
92 Posts |
Posted - 2009-06-10 : 09:23:38
|
I have a report with 8 columns that are fixed visible. I have a parameter where I can choose up to 40 additional columns to be visible.How can I set the report width when I use these dynamic columns?Because now, when I use 15 columns, the report width is too large.Thanks. |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2009-06-16 : 14:41:42
|
better to keep two tables for each mode. then toggle their visibility based on your parameters |
|
|
|
|
|