reporting services - Repeater in SSRS -


i have created 3 datasets report. also, have taken 3 tables inside data region show data.

i have 1 parameter that customer id filter data.

now question want repeat 3 table data customer wise in separate page.

for example:

customer id 1,2,3,4,5,6

data should displayed

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 on

create group on customer id , list 3 table within group.

force new page on group change (begin or after)

this give report looking for.


Comments

Popular posts from this blog

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c - Avoiding Extra Malloc in Linked List (node->next = NULL) -