SSRS Datasources on the server

与世无争的帅哥 提交于 2019-12-12 02:07:22

问题


I am about to start a new SSRS project. I have some experience with SSRS and in the past, I used to create my datasource and deploy it to server. Every time I wanted to work on my report, I had the DS locally. My new project has to use a datasource stored on the SSRS server, on datasources folder. How do I map my project to use that DS from server? I am usingSQL Server Data tools for visual studio 2013.Thanks


回答1:


you can't. In the report project properties, you have some deployment options. one is to not overwrite data sources. So the easiest is to have a data source named the same in your report, which will not get deployed.

once the report is deployed, you can change it's data source in report manager (the web portal), if you need to.



来源:https://stackoverflow.com/questions/28220262/ssrs-datasources-on-the-server

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