I created some reports in Sql Server Reporting Services, and deployed them in my local report server. When I type URL :http://MyreportServer/ReportServer
in my browser I can see my deployed reports, and when clicks on reports links they will show correctly.
In my web page I have a report viewer and set report server and report location for it to one of the deployed reports. When I run the project it does not show any thing and the report viewer seems to be disabled.
How I can solve this problem? thanks