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
相关问题
- Why does SSRS need to recycle the application doma
- Use multiple ReportItems in one expression in RDLC
- How to delete old subscriptions
- QUERY method of Soap request for SSRS and WCF test
- SSL/wallet error trying to access Oracle DB from S
相关文章
- SQL Server Reporting Services - Set default value
- Get list of reports from SSRS?
- SSRS tablix column CanGrow property for width?
- The report server cannot process the report or sha
- SSRS 2008 report not working with using a stored p
- Dataset with dynamic columns in tablix/matrix
- Bulk uploading images to SSRS
- SQL Server Reporting Services url parameters not w
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.