Hi All,
We have already discussed this in NAV 2009 Reports about how to Set the Page Number in Format X/Y.
But with Microsoft Dynamics NAV 2013 R2 and Later its very simple to configure it. Till 2013 we used to have setGroupPageNo and other functions to reset the Page No.
With Microsoft Dynamics NAV 2013 R2, In Visual Studio or Report Builder, a New options is added in the group that is - ResetPageNumber.
So how we can reset the Page no is using expression in Page Header Like -
=Globals!PageNumber & " / " & Globals!TotalPages
& The Property ResetPageNumber set to TRUE in the Main Group which is List group.
Once that is done the Report should output the Page No as required.
For Detail Explanation watch the video below -
Let me know your views as a comment to the article or to the video.
I am planning to do a video series on Report Development in NAV 2016 from scratch. Put your comments if you would be interested in the video tutorial for same.
Stay tuned for more.
Regards,
Saurav Dhyani
www.sauravdhyani.com
We have already discussed this in NAV 2009 Reports about how to Set the Page Number in Format X/Y.
But with Microsoft Dynamics NAV 2013 R2 and Later its very simple to configure it. Till 2013 we used to have setGroupPageNo and other functions to reset the Page No.
With Microsoft Dynamics NAV 2013 R2, In Visual Studio or Report Builder, a New options is added in the group that is - ResetPageNumber.
So how we can reset the Page no is using expression in Page Header Like -
=Globals!PageNumber & " / " & Globals!TotalPages
& The Property ResetPageNumber set to TRUE in the Main Group which is List group.
Once that is done the Report should output the Page No as required.
For Detail Explanation watch the video below -
Let me know your views as a comment to the article or to the video.
I am planning to do a video series on Report Development in NAV 2016 from scratch. Put your comments if you would be interested in the video tutorial for same.
Stay tuned for more.
Regards,
Saurav Dhyani
www.sauravdhyani.com
Comments
Post a Comment