Hi,
My application is in asp.net MVC3 coded in C#.Net. Now we are following SSRS for reporting purpose. So far successfully able to create and deploy the reports on Server. But our issue is how to use those reports in our Asp.net MVC3 application. We dont want to show the report in the browser rather on the something like report Viewer. Also the reports are parameterized.
How can i achieve the required please suggest.
Thanks