19

I need the page numbers to appear on the pdf export of the report. I'm using reportviewer 9. Anyone know how to do this?

Thanks,

Isaac

Isaac Bolinger
  • 7,328
  • 11
  • 52
  • 90

1 Answers1

49

What you have to do is make a page header, using Report->Page header

Make a text box in it and put this in there =Globals.PageNumber & " of " & Globals.TotalPages

m.edmondson
  • 30,382
  • 27
  • 123
  • 206
Isaac Bolinger
  • 7,328
  • 11
  • 52
  • 90