Page x of y in SSRS, reset by group

Earlier we blogged about how to code "Page 1 of 3" in an SSRS report footer, today's task is how to reset the page numbers by group. 

First, create a field in the report footer that uses this formula:

=cstr(Globals!PageNumber_ + " of " + cstr(Globals!TotalPages)

and then click on the top group and edit the group properties like you see below. 


RealWorldCode gives developers practical, real‑world solutions with clean, working code — no fluff, no theory, just answers.
Links
Home
Knowledge Areas
Sitemap
Contact
Et cetera
Privacy Policy
Terms and Conditions
Cookie Preferences