asp.net free webcontrol to display crosstab or pivot reports with column and row grouping, subtotals

Posted by dev-cu on Stack Overflow See other posts from Stack Overflow or by dev-cu
Published on 2010-06-13T15:40:33Z Indexed on 2010/06/13 16:42 UTC
Read the original article Hit count: 349

Filed under:
|
|
|
|

Hello,

I want to develop some crosstab also know as pivot reports in Asp.net with x-axis and y-axis being dynamics, allowing grouping by row and column, for example: have products in y-axis and date in x-axis having in body number of sells of a given product in a given date, if date in x-axis are years, i want subtotals for each month for a product (row) and subtotals of sells of all products in date (column)

I know there are products available to build reports, but i am using Mysql, so Reporting Service is not an option. It's not necessary for the client build additional reports, i think the simplest solution is having a control to display such information and not using crystal report (which is not free) or something more complex, i want to know if is there an available free control to reach my goal.

Well, does anybody know a control or have a different idea, thanks in advance.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about free