I have developed SSRS report and deployed on server. The report has dropdown, based on dropdown selection report data varies since this dropdown value is passed as Parameter to report. The report works just fine when accessed directly.
Now I have integrated this report into my ASP.net MVC 3 application using ReportViewer. When report is accessed thru web application page appears to be loading correctly but when I click on View Report it shows message "Loading" for a while and then displays nothing. I'm clueless on this and not understanding this behavior at all.
UPDATE
I found solution at https://stackoverflow.com/a/2547454/287100