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

坚强是说给别人听的谎言 提交于 2019-12-11 14:53:22

问题


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:


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



来源:https://stackoverflow.com/questions/4976438/report-viewer-doesnt-show-report-created-with-sql-server-reporting-services

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!