Click here to Skip to main content
15,884,176 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
In rdlc report I used built in function page number. But my requirement is to get the page number like 1 of 100. Is it possible, please help me.
Posted

1 solution

Hi Sumon,

In your header, Add a textbox or label anywhere and make the Expression like

="Page " + Globals!PageNumber.ToString() + " of " + Globals!TotalPages.ToString()


Hope this helps !! :)

Regards,
Praneet
 
Share this answer
 
Comments
Sumon562 3-Nov-14 2:53am    
Thanks a lot. I am really regretful to you.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900