I have a SSRS report where first I get some values from SPList1 and store in a Parameter that accepts multiple values, then I pass these values from my mail report to a subreport (subreport is from SPList2). But my subreport shows only results based on the first value from the parameter(where parameter has two or more value).
When I display the report the parameter show a dropdown list with all the values and when I select the 1st value It shows the report for that and when I select the 2nd value it shows the report for the 2nd value, but when I select both the values it gives some error "one or more parameters were not specified for the subreport".
Regards, Vikram