I'm looking for sample of xamDataCharts/PivotGrid implemented with ADOMD consuming my SSAS Cube.
I'm not considering to implement http://localhost/olap/msmdpump.dll, as it is not taking care of security issues.
Thanks & Regards,
Sandip
Hi, Sandip,
If you are using Silverlight you cant directly use ADOMD Client. You will need to create a WCF service that uses the client to provide the data. Please take a look at this post. I have posted a solution that demonstrates this scenario with the PivotGrid.
If you are using WPF you can directly specify the adomd connection string (with the security options) within the connection settings of the AdomdDataSource. You can use the SamplesBrowser as reference. There is an AdomdDataSource sample in the WPF version.
I hope this has been helpful.
All the best,
Atanas