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.
我有一个带有数据行的数据表,它来自 Ultra 网格。我想在报告的不同页面中打印每一行。我如何做到这一点。我正在使用 C# 和活动报告。
要在 ActiveReports 的新页面上打印每一行,detail请查看报表部分的属性。该NewPage属性应设置为After。报告中的每一行现在都将打印在自己的页面上。
detail
NewPage
After