本文介绍了在ASP.NET MVC中报告的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,

我必须创建一个报告页面,在该页面中,我必须使用mdx查询从olap多维数据集中获取数据,并使用向下钻取和拖放之类的功能将数据显示到asp页面中.

我必须使用MVC2应用程序进行此操作.

任何人都可以从我可以开始的地方提出任何建议或任何程序.

我已经创建了多维数据集.

在此先感谢

Hello everyone,

I have to make a reporting page in which I have to get the data from the olap cube using mdx queries and show the data into asp page with features like drill down and drag-drop.

I have to make this using MVC2 application.

Can anyone please suggest anything or any procedure from where I can start.

I have already created cube.

Thanks in advance

推荐答案


这篇关于在ASP.NET MVC中报告的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-24 03:34