I think a lot of developers are facing the problem of try to display page numbers by using SSRS 2008 R2.
There is an alternative solution <
If you are using SQL Server 2016 Report Builder, this expression worked with me.
=Globals!PageNumber.ToString() +"/" + Globals!TotalPages.ToString()