I have a couple of multi-valued parameters in my report created using visual studio reporting services, one filtered against the other.
I want that each time there is any change in my first parameter drop-down list, the values appended in my second parameter drop-down list, when updated, must be auto selected by default.
As of now, I get the desired values in my second parameter drop-down list each time there is any change in my first parameter list. However,in some cases,the appended values in my second parameter list are not selected by default.
Please give suggestions to implement this functionality.