报告服务客户端

发布于 2024-07-13 21:30:23 字数 281 浏览 4 评论 0原文

我需要使用多个子报表编写一个报表,这些子报表在运行时在 C# Forms 项目中“链接”在一起。

每个子报告都代表产品的一个子测试,并且数据需要特殊的格式才能对报告用户有意义(特殊图表、带有/不带有工程详细信息的合理列名称等)

我想象每个子报告都有一个子报告字段,以便我在运行时可以将下一个子报表插入到。 显然,第一个(主)报告也有一个子报告,而最终的子报告没有(摘要子报告)

是否可以在运行时一起构建链子报告?

有人有样品吗?

亲切的问候 杰斯

I need to compose a report using multiple subreports, "chained" together at runtime in a C# Forms project.

The subreports each represent a subtest of a product, and the data needs special formatting to make sense to the report users ( Special graphs, sensible column names with/without engineering details etc )

I Imagine that every Subreport has a subreport field so that I at runtime can insert the next subreport into. Obviously the first (main) report has a subreport as well, and a finalizing subreport does not (summary subreport)

Is it possible to build chain subreports together at runtime ?

Does anyone out there have a sample?

Kind Regards
Jes

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

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

发布评论

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

评论(1

墨小沫ゞ 2024-07-20 21:30:23

我想这对于 Reporting Services 产品是可能的,但我不知道该怎么做。 根据我们作为 ActiveReports 团队一员的经验,我们发现子报表并不总是实现此目的的最高效且最节省内存的方法。

有关我们建议如何使用 ActiveReports 产品执行此操作的信息,请参阅以下说明:
http://www.datadynamics.com/Help/ActiveReports6/arHOWInsertOrAddPages.html

Scott Willeke
GrapeCity - Data Dynamics

I imagine this is possible with the Reporting Services product, but I don't know how to do it. In our experience as part of the ActiveReports team, we've found that subreports are also not always the most performant and memory efficient way to accomplish this.

For information about how we suggest to do this with our ActiveReports product see the following explanation:
http://www.datadynamics.com/Help/ActiveReports6/arHOWInsertOrAddPages.html

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