Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要页码出现在报告的 pdf 导出中。我正在使用reportviewer 9。有人知道该怎么做吗?
谢谢,
艾萨克
你需要做的是制作一个页眉,使用 Report->Page header
在其中制作一个文本框并将其放在那里 =Globals.PageNumber & " of " & Globals.TotalPages
=Globals.PageNumber & " of " & Globals.TotalPages