I am trying to add a drill though from my main SSRS report into a detail report and cannot figure out how to pass multiple values. The report looks something like this...
Loc Tech #ofCalls
1 Bill 23
1 Jim 20
The # of calls is a count of the individual call records. I want to provide a drill through into a report I have that displays the details of each of the calls. I need to pass the multiple CallId's for that technician and location into the subreport when the user clicks on the # of calls. How can I achieve this?