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
20
Binding XamPivotGrid to microsoft analysis services through IIS (msmdpump)
posted

Hello

I was able to setup the msmdpump.dll in IIS - connect through SQL-Managment Studio works.

However i was not able to bind the data to my pivotgrid, using the following code.
(also I'm missing the definition of the actual Cube Name, e.g. Sales)

I would appreciate an example which shows exactly which steps are nessesary to do so.

Regards, Alex

Dim vDataSource As New XmlaDataSource

vDataSource.ServerUri = New Uri("http://localhost/olap/msmdpump.dll")

XamPivotGrid1.DataSource = vDataSource

Parents
No Data
Reply Children