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.
如何在动态 AX 报表中插入分页符?
打电话element.newPage()。如果您的报表上没有代码,并且您希望在特定部分之前有一个分页符,executeSection请element.newpage()在调用super().
element.newPage()
executeSection
element.newpage()
super()
public void executeSection() { ; element.newPage(); super(); }