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 を使用しています。これを行う方法を知っている人はいますか?
ありがとう、
アイザック
あなたがしなければならないことは、レポート - >ページヘッダーを使用して、ページヘッダーを作成することです
その中にテキストボックスを作り、そこにこれを入れます =Globals.PageNumber & " of " & Globals.TotalPages
=Globals.PageNumber & " of " & Globals.TotalPages