Click here to Skip to main content
15,891,907 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
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.
Posted

This depends on what you're going to do in the end. SSRS (Reporting Services) can be used to report from analysis services so that's one possibility.

Also using ADOMD.NET[^] could be reasonable if you want to utilize more advanced techniques.

And if connecting using ADOMD, don't forget this site: http://www.connectionstrings.com/olap-analysis-services[^]
 
Share this answer
 
Comments
Espen Harlinn 10-Apr-11 6:28am    
Good suggestions, 5ed!
Wendelius 10-Apr-11 7:17am    
Thanks :)
Member 7826959 10-Apr-11 10:28am    
I try with this. Thanks!
Wendelius 10-Apr-11 10:38am    
You're welcome :)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900