Hi,
I am trying to give page number in report 206 in the Line Page 1 of 3. It is already having standard page no which is taken from the hidden text box.
Text box expression =IIF(Code.IsNewPage(Fields!No_PurchInvHeader.Value,Fields!OutputNo.Value),TRUE,FALSE)
Page number text box expression =Code.GetGroupPageNumber((IIF(Code.IsNewPage(Code.GetData(22,1),Fields!OutputNo.Value),TRUE,FALSE)), Globals!PageNumber)
How can I get page number in the Form of Page 1 of 3 ?
*This post is locked for comments