XAML PivotTable from Mosha Pasumansky

十年热恋 提交于 2019-12-10 11:09:06

问题


Does anyone have sources of his pivot table? Sources were hosted at http://wpf.netfx3.com/files/folders/5672/download.aspx, but now this site is down. Or may be there are similar samples of pivot grid(with source)?

Here is a pic of it :


回答1:


This is in response to "Similar Samples of Pivot Grid (with Source)"

CellSetGrid is an Open Source ASP .Net (c#) control, which offers pivot table like functionality.

[This used to be available for download in this site:

www.SQLServerAnalysisServices.com

Now the site does not host this control anymore.]

I have uploaded the source of the control - CellSetGrid here. http://www.box.net/shared/6gi0n79q6t

1) You can build the source 2) Add this as a Control in Visual Studio toolbox. 3) Drag and Drop control to a web form 4) Set the connection string to the cube 5) This will show all the dimensions and measure groups so you can drag n drop what you want to get a pivot table like functionality




回答2:


Don't know if you still need this by here is the link.



来源:https://stackoverflow.com/questions/4866878/xaml-pivottable-from-mosha-pasumansky

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!