i am developing a web application which access the ssrs report
In the app first the user has to login to the application. Once the user is authenticated he is redireccted to ReportSelection.aspx
There are different types of reports developed in SSRS like R1,R2,R3.
First they have to select the Name of the student and then report.
do I have to use reportViewer control? There should be DAL,BL,UI and from the UI i will be calling a WCF service which calls the SSRS deployed in report server
i think it will return a dataset? by using this how can i display the SSRS report.
How to develop the application ?? steps please