March 17, 2016 at 9:50 am
Hello,
SSRS gives you the ability to export a report into the original RDL format: http://sql-articles.com/articles/general/download-export-rdl-files-from-report-server/
What I am wondering is if there is a way to export all reports (via a command-line interface that I could write) or some tool into the original RDL format which can then be zipped up, etc.
Thank you for your time.
March 17, 2016 at 9:58 am
yes you can; google for "powershell extract SSRS"
or just "extract SSRS" and you'll find quite a few solutions that query the ReportServer database and extract all the objects out.
Lowell
March 17, 2016 at 10:04 am
Thank you; I didn't find this before when I searched.
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply