Hi all,
Let see how can we achieve Page Number in RTC Reports as Current Page/Total Pages in RTC Reports.
Design any of the standard reports I used purchase invoice, and go to RTC Layout of the report From View - layout.
I have added a new text box in the report Header, then i went to expression by right-clicking on the text box.
 
 
I Added this in expression: =Globals!PageNumber & "/" & Globals!TotalPages.
 
 
 
As you can see, these "constants" can be found under "Globals" in your Expression-window.
 
Then I saved the layout and try to execute the report in Role Tailored Client.
 
 
 
yes we have achieved the page number is the desired format.
 
Thanks & Regards,
Saurav Dhyani
www.sauravdhyani.com
Let see how can we achieve Page Number in RTC Reports as Current Page/Total Pages in RTC Reports.
Design any of the standard reports I used purchase invoice, and go to RTC Layout of the report From View - layout.
I have added a new text box in the report Header, then i went to expression by right-clicking on the text box.
 I Added this in expression: =Globals!PageNumber & "/" & Globals!TotalPages.
 As you can see, these "constants" can be found under "Globals" in your Expression-window.
Then I saved the layout and try to execute the report in Role Tailored Client.
 yes we have achieved the page number is the desired format.
Thanks & Regards,
Saurav Dhyani
www.sauravdhyani.com
Comments
Post a Comment