问题
I have created three datasets for my report. Also, I have taken three tables inside the data region to show the data.
I have one parameter that that is customer ID to filter the data.
Now my question is that I want to repeat all the three table data customer wise in a separate page.
For example:
Customer id is 1,2,3,4,5,6
Data should be displayed as
Customer Id 1
Table1
Table2
Table3
Customer Id 2
Table 1
Table 2
Table 3
Customer Id 3
Table 1
Table 2
Table 3
and so on
回答1:
Create a Group on the customer ID and then list all three table within that group.
Force a new page on the Group change (begin or after)
This will give you the report that you are looking for.
来源:https://stackoverflow.com/questions/19209632/repeater-in-ssrs