使用多个报告的报告查看器

发布于 2024-12-07 18:23:32 字数 278 浏览 6 评论 0原文

在 vb.net 中,我们有一个工作得很好的报告,它有页眉/页脚详细信息,然后中间有一个重复数据的表格,所有这些都很好。

但是客户现在想要的是另一个名为“打印个人”的按钮,这将打印相同的报告,但不是表中每一行的重复数据成为具有相同页眉/页脚的页面上的单行。

例如,在第一个报告中,如果一页有 5 行详细信息,“打印单个”报告将打印相同的内容,但每个报告有 5 页和 1 行。如果这是有道理的:-)

显然,如果我可以使用相同的报告而不是维护两个报告,那就太好了,因为报告有很多信息。有什么想法吗?

Within vb.net we've got a report that works great it has it's header/footer details then then a table in the middle which repeats data and all of that is fine.

But what the client wants now is for another button named 'Print Individual' and this will print the same report but instead of the repeated data within the table for each of those rows to be a single row on a page with the same header/footer.

So for example on the first report if there is one page with 5 rows of details the 'Print Individual' report will print the same but have 5 pages and 1 row per report. If that makes sense :-)

Obviously if I can do it where we use the same report instead of maintaing two reports would be good, as the report has a lot of information on it. Any ideas?

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

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

发布评论

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

评论(1

岁月苍老的讽刺 2024-12-14 18:23:32

我最终创建了一个新报告并使用列表框工具。

I ended up creating a new report and using the list box tool.

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