Articles in this section
Category / Section

How to Connect to Mondrain Server through XMLA

1 min read

The Syncusion OlapClient can also be connected to Mondrian Server. The ConnectionString to connect Mondrian server is as follows.

C#

 

// Give the local server name for the cube in Datasource and database name in Initial Catalog.

OlapDataManager OlapDataManager=  new OlapDataManager(@"Datasource=http://bi.syncfusion.com:8080/mondrian/xmla; initial catalog=FoodMart;");

 

 

VB

 

 

'Give the local server name for the cube in Datasource and database name in Initial Catalog.

Dim olapDataManager As OlapDataManager = New OlapDataManager(@"Datasource=http://bi.syncfusion.com:8080/mondrian/xmla; initial catalog=FoodMart;" )

 

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied