Globals!TotalPages not resetting
In the description pane for Globals!TotalPages it states:
The total number of pages in the current continous page sequence. The number can be reset by using page breaks. Can be used only in a page header and footer.
However, the page numbers do not reset. It gives me the total number of pages. I'd like the total number of pages for some specific group. I have implemented page breaks in my report. However, it does not reset.
It functions as the same as: Globals!OverallTotalPages
What am I doing incorrectly?
Thanks!ddd
May 25th, 2011 11:59am
Hi,
Have you specified the
ResetPageNumber property of the group to True? If not, please follow to the steps below:
1.
Select the Tablix. In the grouping pane, select the group which you have implemented page breaks on it.
2.
In the Properties pane, find the property Group -> PageBreak -> ResetPageNumber, and then specify its value to True.
Thanks,
Tony Chain
Tony Chain [MSFT CSG] | Microsoft Community Support
Get or Request Code Sample from Microsoft
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Free Windows Admin Tool Kit Click here and download it now
May 26th, 2011 10:43pm
In the description pane for Globals!TotalPages it states:
The total number of pages in the current continous page sequence. The number can be reset by using page breaks. Can be used only in a page header and footer.
However, the page numbers do not reset. It gives me the total number of pages. I'd like the total number of pages for some specific group. I have implemented page breaks in my report. However, it does not reset.
It functions as the same as: Globals!OverallTotalPages
What am I doing incorrectly?
Thanks!
ddd
This link has a very good info in achieving this .
http://blogs.msdn.com/b/robertbruckner/archive/2010/04/25/report-design-reset-page-number-on-group.aspx
ThanksRajkumar Yelugu
May 27th, 2011 3:40am