Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
295
xamDataCharts with Adomd Sample.
posted

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

  • 2050
    Offline posted

    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