如何为 RDLC 报表设计器和 ReportViewer 只使用一个数据集?

发布于 2024-09-06 22:32:23 字数 131 浏览 7 评论 0原文

使用 VS 2010 报表设计器设计 rdlc 报表时,图表等报表项目需要数据集。设计报表后,我将 ReportViewer 添加到 Web 表单,它需要自己的所有数据源。如何将已耦合到报表的数据集连接起来,而无需在查看器页面中复制 DAL 功能?

When designing an rdlc report using the VS 2010 report designer, report items such as charts demand a dataset. After designing the report, I add a ReportViewer to a webform, and it demands all of its own datasources. How do I hook up the DataSet I have coupled to the report without duplicating the DAL functionality in the viewer page?

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

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

发布评论

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

评论(1

余生一个溪 2024-09-13 22:32:23

将类型化数据集添加到您的项目中,并根据 ReportViewer 中的要求添加具有架构的数据表,通常数据表的架构是数据库中视图的架构。

这是关于此的很好的教程

Add a Typed data-set to your project and add data-tables with schema as required in ReportViewer, generally the schema of data-tables would be that of views from database.

Here's a good tutorial on this.

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