How do I get page numbers to appear on rldc microsoft reports (local mode) when exported to pdf?

一笑奈何 提交于 2019-12-21 07:22:18

问题


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


回答1:


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



来源:https://stackoverflow.com/questions/4448549/how-do-i-get-page-numbers-to-appear-on-rldc-microsoft-reports-local-mode-when

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!