I have created a mobile report with a dataset from Server A (dev). I know want to move that report to Server B (prod). Is there a way to do this? When I open the report in Report Publisher and do Save As -> Server I am unable to select a different server.
相关问题
- SSRS - How to show external image based on URL ins
- What is the best method for being able to design a
- How to move SSRS mobile report (Mobile Report Publ
- How to repeat group header per sub group in SSRS
- Rectangle Creates Extra td tr Tags in SSRS Report
相关文章
- What is the best method for being able to design a
- How to move SSRS mobile report (Mobile Report Publ
- How to repeat group header per sub group in SSRS
- Rectangle Creates Extra td tr Tags in SSRS Report
- SSRS 2016 Data source won't display Oracle con
- How to get only one value in SSRS?
- Merge duplicate (row group) column cells
- SSRS IIF Statement showing #Error when value is no
This might be a little late but have you considered trying migrating Mobile Reports using GitHub project called ReportingServicesTools? Basically the project is a collection of PowerShell commands, which lets you download content from Server A and then upload it to Server B. You can download the ReportingServicesTools module from PowerShell Gallery.
I wrote a blog post about how to do this here along with other things.
This seems like a bit of an oversight with SSRS Mobile reports. In order to change the dataset from a prod server to a dev server; I have found it easier to upload the datasets to the production server using the same folder structure as the dev server. The mobile report can then be uploaded and it will pick up the newly uploaded dataset.
After this you are free to move the datasets around without causing issues with the reports.
An easy workaround, but quite cumbersome to do in bulk