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 |
ceiaiye
Starting Member
2 Posts |
Posted - 2009-07-09 : 10:21:16
|
I have a report that has an Parameter drop down list with hundreds of items in this list. I need to make the report user friendly so the user doesn't have to scroll through all of them in hopes of finding the correct one. I would like the user to be able to start typing in the parameter like 'Listing342' and the parameter list to be filtered down to whatever the user has enetered to that point. I haven't seen this in RS2008 drop down functionality - but is there vb code for this? or is it in RS somewhere?Thanks. |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2009-07-09 : 10:59:08
|
i'm not sure if you will be able to do this in standard report designer, however, you can do this if you use a custom viewer. |
|
|
ceiaiye
Starting Member
2 Posts |
Posted - 2009-07-09 : 11:01:12
|
What kind of custom viewer? |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2009-07-09 : 11:02:03
|
.net custom viewer |
|
|
|
|
|