简体   繁体   中英

how to use visual studio report viewer to show reporting service reports

I create a reporting service project: "Report Project1" and add a report : "Report1.rdl" . I deploy this report to my local report server .I can see the report using my local report manager seb site.Now I want to see this report in my web site.I add Report Viewer to my page :

<rsweb:ReportViewer ID="ReportViewer1" runat="server" Width="913px">
    <ServerReport ReportPath="Report Project1/Report1.rdl" ReportServerUrl="http://nima/ReportServer_SQL2008"/>
</rsweb:ReportViewer>

but when I run it I don't see any thing.what is the problem?

thanks

ReportPath之前添加斜杠并删除.rdl并为ReportViewer设置ProcessingMode="Remote"

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM