Pivot Table in c#

前端 未结 3 1726
不知归路
不知归路 2020-12-28 20:22

I need to create a pivot table in .net. Can\'t use any third party control (unless it\'s free). I tried to find documentation that explains how to create pivot table (algori

3条回答
  •  半阙折子戏
    2020-12-28 21:22

    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: http://www.SQLServerAnalysisServices.com

    Now the site does not host this control anymore. So I have uploaded the source of the control - CellSetGrid here.

    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

提交回复
热议问题