Wednesday, March 7, 2012

PageNumber Display in Report Body

Hi..........Can any body tell me PageNumber Display in Report Body.............I guess there are a couple of ways - but the first works for me and I have not tried the second.
First:
Create a table footer and add the two text boxes as follows:
In the first text box add =Globals!ExecutionTime and in the second text box add="Page " & Globals!PageNumber & " of " & Globals!TotalPages

Or just add a text box at the botton of your detail layout and withn the text box add="Page " & Globals!PageNumber & " of " & Globals!TotalPages

I have never thought of adding a text box within the detail layout for the page number - maybe there is a special need?
Hope this helps
Joe

No comments:

Post a Comment