I have a query populated drop down multi-select parameter in SSRS Visual Studio 2008. I am wondering if there is way for my user to 'type' in a value that is in my multi select parameter. I was wondering if the list could be 'searched'
For example,
If I have a parameter with the values 'Hi' 'Hello' 'This' 'That'
And my user wants to select 'Hi' and 'This' they would like to be able to type 'Hi' and 'This' and those values be selected rather than scrolling through the whole list (my actual list is a list of hundreds of words so scrolling takes time)
I'm not sure if this is possible at all!
Any help and/or suggestions are appreciated!