Hi,
I am using SSRS 2005. How can I achieve below scenarion:
I have 2 groups in my report:
1) Customer (Parent group, for which I am doing Page Break at End, so that it will display next customer on new page)
2) Some other child group
Now, I want to display in my report body, some customer info (ex, code, name, city etc..) in such a way, so that on every page this customer info should be displayed belonging to that customer only.
For example, if I have 2 customers
Cust_A,
Cust_B
Then I will have 2 pages. This is fine. So how do I really display in my report body (may be above the main table , using another invisible table where I can put this customer information for that Cust_A on first page and then on the next page customer information for that Cust_B )
Hope it is clear and straight forward.
Thanks