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.
1000ページを超えるレポートがありますが、1ページから5ページ、6ページから10ページなどのレポートを表示したいと思います。
Crystal Reports には、PageNumber参照できる変数が必要です。それを使用すると、次のように、レポートの各セクションを目的のページ番号範囲で条件付きで抑制することができます。
PageNumber
PageNumber >= 1 and PageNunber <= 5