c# - Connecting to OLAP Cube via Silverlight -


i want create silverlight app extract , manipulate data existing olap cube. it's first time ms technologies , want know best way that.

  1. should use libraries? ones?
  2. can directly without external dependencies?
  3. i found articles talking web services ms analysis services ... should avoid connecting directly olap cube , make web services?

i have searched on google haven't found tutorials , libraries found not free.

// ps : have telerik license, in case helps.

what best way this?

progress :

the cube deployed on ssas, have access , tested many mdx query ms sql server management studio. can give example how launch mdx query silverlight page , display result ? don't need library, need query result , display self ...

i can speak ssas.

  1. if connecting sql server analysis server, can use ado md.net objects. (http://msdn.microsoft.com/en-us/library/ms123483.aspx). or can use http pump. (http://technet.microsoft.com/en-us/library/cc917711.aspx)
  2. the http pump might eliminate dependancies you.
  3. it depends on goal is. service based architecture (be web, or other tech) designer , requirements of application. can pretty however. i've polled ssas cube using wcf service before , worked limit requests cube.

tutorials scarce on internet. best bet buy book specific type of olap server using.

here comprehensive list how connect ssas using various clients: http://technet.microsoft.com/en-us/library/ms174518


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c++ - Using OpenSSL in a multi-threaded application -

All overlapping substrings matching a java regex -