Report Viewer Doesn't Show report created with Sql Server Reporting Services

868 Views Asked by At

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

1

There are 1 best solutions below

0
On BEST ANSWER

Finally I found stupid problem. I Have a p tag that not closed in my page.and It cause this problem.