Hi,
I am using SSRS 2005 and I need a way to reset page number. Below is my scenario:-
I am having parent group as "Customer_Code" for which I am doing page break at end; so that for each new customer it will display info on new page. This is fine.
Now, lets say I have 2 customers so it will have 2 pages containing each customer info on each page. I need to display page number (preferably in Page Header) like for ex., on first page for first customer it should show "Page 1 of 1"
And for the second customer , on the second page again it should reset this number and should display again "Page 1 of 1"
Likewise, in case if I now have one more third customer which is using total 2 pages then it should display for this third customer on the third page as "Page 1 of 2" and on fourth page as "Page 2 of 2"
Is this possible to do in SSRS 2005?
Thanks