如何确保这些报告出现或可以在 SQL Server Reporting Services(SSRS) URL 上看到?
我是 SSRS 的新手。我已经使用 SQL Server Reporting Services(SSRS) 使用 BIDS 开发了一些报告,当我从我的机器上运行它们时,报告运行正常。但 SQL Server Reporting Services(SSRS) 中没有出现。即使我在网络浏览器中打开 SQL Server Reporting Services(SSRS) 我看不到SSRS的报告。如何确保这些报告出现或可以在 SQL Server Reporting Services(SSRS) URL 上看到? 请帮忙。
I am new to SSRS. I have developed some reports using BIDS using SQL Server Reporting Services(SSRS) when I run them from my machine reports are running ok. But there are not appearing from SQL Server Reporting Services(SSRS). Even when I open SQL Server Reporting Services(SSRS) in a web broswer
I can not see the reports on SSRS. How can I ensure that these reports are appearing or can be seen on SQL Server Reporting Services(SSRS) URL?
Please help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
你部署它们了吗?
右键单击报告并转到
部署
或
在
构建
菜单中选择“部署项目名称”您可能必须先设置项目属性将
TargetServerURL
改为http://SSRSserver/reportserver
它们可以在“项目名称”下的
Project
菜单中找到> 属性”Have you deployed them?
Right-Click on the report and go to
Deploy
or
In the
Build
menu select "Deploy projectname"You may have to set the project properties first for
TargetServerURL
to something likehttp://SSRSserver/reportserver
They can be found in the
Project
menu under "projectname Properties"在服务器上部署报告有两个选项 -
1] 您可以通过右键单击报告并直接从 VS 部署它。选择部署选项,这里您需要提及目标服务器 -
2] 如果您能够访问报告服务器,那么 Web 浏览器将提供一个选项来上传您的报告。因此,您可以直接将报告上传到报告服务器(.rdl 文件)。在这里您需要设置正确的连接字符串&访问报告的权限。
希望这会帮助你..!!
There are two options to deploy your reports on server -
1] You can directly deploy it from your VS by right clicking on your report & selecting deploy option, here you need to mention target server -
2] If you are able to access report server then web browser provide one option to upload your reports. So you can upload your report directly on report server (.rdl file). Here you need to set proper connnection string & permission rights to access the report.
Hope this will help you..!!