Hi,
I have an adomd executecommand. In asynch command completed this will bring back a e.Result that has Axes and Cells.
How can I bind these data to my pivotTable ?
Regards,
Dimitris
Hi
If you don’t use AdomdDataSource, you should supply data by FlatDataSource. This mean that you can directly bind data from adomd command to pivot grid.
Regards
Todor