Hi All,
How can we display page numbers on report headers in Business Central in the format : Page 1 ?
Thanks !
Hi All,
How can we display page numbers on report headers in Business Central in the format : Page 1 ?
Thanks !
="Page " & Globals!PageNumber
Need to assign this expression to a variable ?
Hi
There is an inbuilt function in RDLC, you can make use of that.
For Ex, create a text box on the header and paste the following snippet on to expression.
="Page " & Globals!PageNumber
Here are a few more references
[View:https://docs.microsoft.com/en-us/dynamics-nav/how-to--add-page-number--x--of--y--to-a-report-page-header:750:50]
[View:https://community.dynamics.com/nav/f/microsoft-dynamics-nav-forum/201369/how-to-add-page-number-x-of-y-to-a-report-page-header:750:50]
Regards
Avinash B