SRS 2005: Add a Page No to each Page
Filed in SQL Reporting Services on Oct.04, 2010
Adding a Page Number to a Footer
To display a page number in the header or footer of a report, create a text box in the footer and add the following expression:
=Globals.PageNumber & ” of ” & Globals.TotalPages
