How to deploy ssrs on local?

安稳与你 提交于 2019-12-08 02:58:22

问题


How do I deploy ssrs on my local machine?

I am using ssrs 2005.


回答1:


I'm not sure bout 2005 but in 2008, you right click on project -> properties and change the following:

TargetDatasetFolder: /FolderName/DataSet
TargetDataSourceFolder: /FolderName/DataSource
TargetReportFolder: /FolderName
TargetReportPartFolder: /FolderName
TargetServerURL:

http://localhost/MainFolderName (u can ommit the MainFolderName if you dont want it)

Then you can right click on the project and click deploy and VOILA

Thank you, KrizD




回答2:


Primarily on the local machine must have installed MS Report Server 2005

When you publish. RDL file in the folder, you need to set the path to the address where the report server



来源:https://stackoverflow.com/questions/5191297/how-to-deploy-ssrs-on-local

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