有人将 ADOMD.NET 与 WPF DataGrid 一起使用吗?
我正在尝试找到一种从 C# 访问商业智能 OLAP 多维数据集的好方法。
我不太关心这是如何完成的,但因为目前我正在尝试使用 codeplex 来实现这一点WPF Toolkit,如果它是与该工具直接相关的东西,我会很高兴,但非常欢迎任何建议。
我缺乏 WPF 技能,因此建议和建议 网站上的技巧不足以让我了解如何将 DataGrid 绑定到 OLAP 多维数据集。
我想我应该使用 ADOMD.NET,但还不确定这是否是正确的方法,如果是的话,如何去做,教程和信息链接让我非常困惑。
由于在寻找任何此类示例时我一直在兜圈子,因此我将不胜感激这方面的任何指示。
欢迎教程、链接、个人技巧或经验。
额外信息:这是为了替换 Excel 电子表格中当前使用的数据透视表。
谢谢,
Ric
I am trying to find a good way of accessing a Business Intelligence OLAP Cube from C#.
I don't really care much as to how this is done, but since currently I am trying to implement this with the codeplex WPF Toolkit, I would be happy if it was something directly related to the tool, but any suggestions are very welcomed.
My WPF skills are lacking, so the tips & tricks on the site aren't enough for me to get how to bind the DataGrid to an OLAP cube.
I presume I should use ADOMD.NET, but not so sure yet if thats the way to go, and if so, how to go about it, tutorials and informative links are baffling me quite significantly.
Since I keep going round in circles when it comes to finding any example of this having been made, I would appreciate any pointers in this regard.
Tutorials, links, personal tips or experiences welcomed.
Extra info: this is in order to replace the currently used pivot table in an Excel Spread Sheet.
thanks,
Ric
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我能找到的最接近的是 这个 xaml 数据透视表< /a> 作者:Mosha Pasumanski:
(来源:mosha.com)
The closest thing I can find is this xaml pivot table by Mosha Pasumanski:
(source: mosha.com)
不幸的是,Mosha 的文章链接到的代码位于 wpf.netfx3.com 网站,该网站已被删除。
Unfortunately the code that Mosha's article links to was in the wpf.netfx3.com site which has been taken down.