How to use OLAP cubes in my Silverlight application
Hello all,
I am creating a Silverlight application with Visual Studio 2010, and I intend to add a business intelligence module that analyzes data in OLAP cubes.
SQL Server BI Developer Studio which is included in SQL Server 2005 allowed me to create cubes and deploy it, but I do not know how to add them in my Silverlight application.
This is the first time I handled business intelligence in an application, I need it.
I would like to know what approach I can take, are there any components to be added to visual studio to allow it to integrate OLAP cubes in my pages?
thank you in advance for your help.