WPF 数据集/查询设计器 VS2010

发布于 2024-10-02 01:52:16 字数 187 浏览 0 评论 0原文

是否有任何类似于“Crystal Reports Database Expert”的良好数据集设计器控件,我可以在我的应用程序中提供。我需要做的就是显示表格并让用户建立这些表格之间的关系并选择要查看的字段。由于这些数据来自不同的来源,并且列数变化很大,我可以在数据集中填充表格,用户需要建立关系。选定的字段将显示针对数据集构建的查询。

提前致谢

Is there any good Dataset designer control similar to "Crystal Reports Database Expert", which I can provide in my application. All I need to do show tables and Let the users establish relationships between those tables and select fields to view. As this data comes from different sources, and the number of columns changes a lot, I can populate tables in the dataset, and the users need to establish relations. Selected fields will be be displayed the built query against the dataset.

Thanks in advance

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

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

发布评论

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

评论(1

羁客 2024-10-09 01:52:16

我发现有趣的是,Microsoft Report Builder 中的查询组件可以非常轻松地在您的应用程序中使用。但是,它们根本没有记录。有趣的是,报告生成器是可重新分发的,因此我假设要重新分发这些组件与您的应用程序,您也需要打包整个报告生成器。
另一个问题是,Report Builder 3 与 VS 2010 报表查看器不兼容,查询生成器很糟糕,因此您必须使用 Report 2.0。此外,这些组件都是 x86 版本,所以请密切关注它:)

这是我在我的应用程序中使用的选项..并且我能够管理它工作...而且好的事情是这比第三个更好我查看了派对组件。

I found it interesting that the Query Components from the Microsoft Report Builder can be used in your application very easily. However, they are not documented at all.. and interestingly, the report builder is a redistributable, so I assume that to redistribute, these components with your application you need to package the entire report builder too.
Another catch is that, Report Builder 3 is not compatible with VS 2010 report viewer, the Query builder is crappy, so you have to use Report 2.0. Also the components are x86 builds, so just keep an eye on it :)

This is the option I used in my app.. and I was able manage it to work... and the good thing is that this is better than the third party components I looked at.

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