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 |
ssandu
Starting Member
1 Post |
Posted - 2014-01-21 : 12:20:09
|
Hi Is it possible to filter (search) in the build-in drop-down list for a paramater ?I have a select parameter (multi-select) with a lot of items in it and I would like to filter or search in it based on the user input.Thank you ! |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2014-01-22 : 08:28:32
|
nope..you cant have serach functionality within standard report viewer. however you can have this feature if you develop a custom report viewer page. The feature is called auto complete.------------------------------------------------------------------------------------------------------SQL Server MVPhttp://visakhm.blogspot.com/https://www.facebook.com/VmBlogs |
|
|
|
|
|