Friday, January 2, 2015

RDLC Report - Page 1 of N

In NAV 2013 R2 it is very easy to print Page 1 of N in any report.

·         Create the one Label in report for Page Caption 













 Label2 = Page %1 of %2

·         In RDLC Report set the ResetPageNumber = TRUE for applicable group 



·         Added the following expression in textbox to Print the Page 1 of N. You can add this textbox on Report Header or Footer.










=Replace(Replace(Parameters!Label2.Value, "%1", Globals!PageNumber), "%2", Globals!TotalPages)

·         System will print the Page 1 of N for all the case of multiple document with multiple copy



1 comment:

  1. Try not to become a man of success, but rather try to become a man of value. See the link below for more info.


    #value
    www.ufgop.org


    ReplyDelete