Forum Discussion
Rajeshcric424
3 years agoFrequent Visitor
Paginated Report
I have paginated report in that there is subreport. Subreport report will filtered by the main report parameter. If I select three values from parameter dropdown main report will show data from value...
Jon-Heide
Microsoft Employee
3 years agoYes, it's possible. You'll need create a multi value parameter on your subreport. Then pass the values from your main report parameters, to the sub reports. Also, filters need to set on your subreport to apply them.
Note that Parameters!<Name> is a collection of values. Specifying Parameters!<Name>.Value(0) is showing only the first value in the collection.