I have a report with some multi-value parameters, but when displaying the report I have to press the 'view report' button to show report data, I added default values to the parameters but still it waits till I press the button and this is giving me headache, I have a set of not nullable parameters ranging between multi-value dropdown lists to simple strings and I really need it to render the report with the givien default values without waiting for user to press anything
Asked
Active
Viewed 173 times
0
-
3Please take a look into this similar thread. http://stackoverflow.com/questions/12917261/optional-multi-valued-parameters-in-ssrs/12931993#12931993 – Aftab Ansari Oct 23 '12 at 11:33
-
my problem is not passing the value or querying the data, my problem is that the report viewer is holding the data and isn't rendering it even though default values are supplied until user presses 'View Report' Button, I just want it to display it automatically – Maha Khairy Oct 23 '12 at 14:13
-
It does look like @Aftab's solution in the other question will exactly allow you to do that. – Jeroen Oct 23 '12 at 18:28
-
yeah you are right, it did work – Maha Khairy Oct 24 '12 at 13:44