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 |
Peace2007
Posting Yak Master
239 Posts |
Posted - 2008-07-20 : 08:09:57
|
Hi, I need to let user choose fields, at run time, which he likes to be displayed in report.Any Idea? |
|
sodeep
Master Smack Fu Yak Hacker
7174 Posts |
Posted - 2008-07-20 : 09:51:43
|
Then put it as parameter. |
 |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2008-07-20 : 13:49:02
|
Also you can change the visibility property of fields depending on value of parameters so that you can conditionally show them based on what parameter you chose. |
 |
|
Peace2007
Posting Yak Master
239 Posts |
Posted - 2008-07-21 : 00:13:37
|
Thanks for your commentsI can also set the parameters through .NET web application |
 |
|
|
|
|