在不同的页面中打印每一行

发布于 2024-12-14 04:42:35 字数 77 浏览 0 评论 0原文

我有一个包含数据行的数据表,它来自 Ultra 网格。我想打印报告的不同页面中的每一行。我该如何实现这一目标。我正在使用 C# 和活动报告。

I have a data table with data rows, which is coming from Ultra grid. I want to print each row in different pages of the report. How do I achieve this. I am using C# and active report.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

陈年往事 2024-12-21 04:42:35

要在 ActiveReports 中打印新页面上的每一行,请查看报表的 detail 部分的属性。 NewPage 属性应设置为After。现在,报告中的每一行都将打印在自己的页面上。

To print each row on a new page in ActiveReports, look at the properties of the detail section of your report. The NewPage property should be set to After. Each row in your report will now print on its own page.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文