I am having Xaml pivot grid with Cube having multiple measure but unable to find method to fetch the measure list from flatdatasource initially .
Can anybody provide me the solution for this problem.
Thanks.
Hi
you can use this methods
pivotGrid.DataSource.LoadSchemaAsync(); pivotGrid.DataSource.LoadSchemaCompleted+=new EventHandler<LoadSchemaCompletedEventArgs>(DataSource_LoadSchemaCompleted);
RegardsTodor
I am still getting measures count zero. I am able to get all measures only if i drag & drop measures item in the grid
flatDataSource.Measures.Count