I need the page numbers to appear on the pdf export of the report. I'm using reportviewer 9. Anyone know how to do this?
Thanks,
Isaac
In Visual Studio, in the Report. rdlc file, right-click the text box in the header that displays the page number, and then select Expression.
It is used to create reports using Microsoft Reporting Technology. It is not a third party report and is a built-in reporting service in Microsoft Visual Studio. Benefits. Runs on client side. Run Based on only one Dataset.
What you have to do is make a page header, using Report->Page header
Make a text box in it and put this in there
=Globals.PageNumber & " of " & Globals.TotalPages
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With