I am generating a SSRS report from SQL2014.
The report renders correctly when looked at in the Report Builder preview, but when exported to pdf the report numbers are incorrect.
In my test report there are three "reports" each 1 page long. So each page should be page 1 of 1, but the middle page ends up being page 2 of 1.
If I print a report with just 1 multi page "Report" the page numbers work fine.
I'm using what I think is a standard expression for page numbers:
=Globals!PageNumber & " of " & Globals!TotalPages
I see the same issue when I export to tiff.