Showing posts with label ssrs pagenumber data field. Show all posts
Showing posts with label ssrs pagenumber data field. Show all posts

Monday, October 24, 2011

Display page numbers in SSRS Roports

Display the page numbers in reports of SSRS:

  • put a text box on the report bottom
  • drag the page number built in field from the report data pane.
  • after that drag and drop the total pages built in field from data pane.
  • we can write the expression for this 

="page" & globals ! pagenumber & "of" & globals ! totalpages