July 7, 2020 at 6:16 pm
Hi
Trying to clean up a VS RS project.
Is there a way to get a list of the RDL files that have been deployed to the web interface ?
Thanks
July 8, 2020 at 7:10 pm
Thanks for posting your issue and hopefully someone will answer soon.
This is an automated bump to increase visibility of your question.
July 9, 2020 at 9:47 am
Query the catalog table in the ReportServer database that will give you what has been deployed to the web interface, but remember some things may have come from other projects so you can't see what actually came from this particular project your tidying up.
July 20, 2020 at 10:31 am
I use below query to get the list of all reports deployed in report server -
SELECT Name from ReportServer.dbo.Catalog WHERE Type=2
Type 2 represents report object in table.
Anand
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply