Friday, July 03, 2009
Building ASP.NET Reporting OLAP-Based Application Part-2
Posted by Ramy Mahrous at 7/03/2009 02:04:00 AM 0 comments
Building ASP.NET Reporting OLAP-Based Application Part-1
Here I’ll talk about how to integrate your asp.net application with Reporting Service through ReportViewer web control which provides rich functionality to deliver Reporting Service Report through asp.net applications.
In real life applications; Analysis Service and Reporting Service on server machine, Web Server another server machine and clients usually on another domain access the website to do something.
Let’s take a look on this diagram to visualize what happened in intra applications which one of its functionality shows reports this reports actually based on OLAP Data (SSAS used here)
Here we build OLAP Cube as Report data source.
So, let’s begin to build our report based on Cube which built from AdventureWorksDW .. more.
Posted by Ramy Mahrous at 7/03/2009 02:02:00 AM 0 comments