Hi,Can any one tell me how to use XamPivotGrid? please give a simple example so that i can bind it with sql server database
thanks
Hello,
Are you going to use SQL Server Analysis Services (SSAS) or you are going to extract the data from directly from the database? The online samples is a good point to start. Look at XmlaDataSource samples if you are going to use SSAS or look at FlatDataSource samples where IEnumerable is used as data source.
Best regards.PPilev.