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.
Dynamic AXレポートにページ分割をどのように挿入しますか?
コールしelement.newPage()ます。レポートにコードがなく、特定のセクションの前に改ページが必要な場合は、への呼び出しの前にexecuteSectionメソッドと呼び出しを追加します。element.newpage()super()
element.newPage()
executeSection
element.newpage()
super()
public void executeSection() { ; element.newPage(); super(); }