Showing posts with label incorporate. Show all posts
Showing posts with label incorporate. Show all posts

Monday, March 12, 2012

Reporting service starter - Guidance question

Dear All

I am just starting to look into reporting service with the goal to be able to incorporate them into my web application. I have an ASP.NET web application that serves as a front end to a database.What i would like to do is to enable my user to produce reports about the data and also also present graphics and charts about the data. The user shoud be able to select the parameters and then a report should be generated dynamicly. I looked at the official sql site and my TechED materials but there is not much that i can use.

Would anyone be able to point me to a good tutorial or a how to?Or a book....Anything would be helpful

Sincerely

Good luck. Reporting Services is horribly documented. Here is Microsofts best effort on a product they give away for free:

http://www.microsoft.com/technet/prodtechnol/sql/2000/technologies/rptsvcs.mspx

or for 2005

http://www.microsoft.com/technet/prodtechnol/sql/2005/technologies/rptsvcs.mspx

Best thing to do is install it and play around with it yourself.