Powered By Blogger

Get page number in report using x++

  Create a check box in the report design and right-click on that check box select the expression and place the below code.


=Globals!PageNumber & "-" & Globals!TotalPages

Or

=Labels!@SYS7426 & space(1) & Globals!PageNumber & space(1) & Labels!@SYS92595 & space(1) & Globals!TotalPages

No comments:

Post a Comment

DisableStandredButton

 My requirement is to disable the delete button for journals that were posted:- After Posting the button is enabled fig:- Line level also th...