Pivot table control

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

does anyone know some handy pivot table server controls?

I came across Chart FX OLAP (including advanced pivot functionality), but the license costs are about €3000 per server - which is way too much. Then there are the MS Office Web Controls; unfortunately these are ActiveX controls that have to be installed on the client - at least for getting access to the whole functionality.

Any suggestions?

Many thanks,
P.
 
It should be easy to create your own. If you read your data into a
DataTable, just reverse the columns and rows.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

PontiMax said:
Hi,

does anyone know some handy pivot table server controls?

I came across Chart FX OLAP (including advanced pivot functionality), but
the license costs are about ?3000 per server - which is way too much. Then
there are the MS Office Web Controls; unfortunately these are ActiveX
controls that have to be installed on the client - at least for getting
access to the whole functionality.
 
Back
Top