Repeater in SSRS

瘦欲@ 提交于 2020-01-06 07:23:25

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!