Delete from Report Manager

  • I had a requirement to change the select criteria and the name of 2 deployed reports. I've done that, and when i deploy locally I now have both the new and old versions of the report in Report Manager, though only the new version is in Solution Explorer. I can physically delete it in Report Manager locally but I'd rather do it programmatically, because this will be deployed to various servers, some of which i don't have access to.

    So, is there a way to programmatically delete reports from Report Manager?

  • Hi,

    If you are familiar with the Reporting Services databases (ReportServer and ReportServerTempDB) that are created when you install SSRS, you might be able to design a solution to remove any report using .NET and T-SQL.

    Justin

  • If you are doing this for multiple report servers I'd suggest you take a look at the Reporting Services Scripter. It has a variety of different features you will find useful when managing more than 1 report repository.

    I use Visual Studio to deploy to my development server and the scripter to create deployment tasks to my production SSRS instances...

    -Luke.

    To help us help you read this[/url]For better help with performance problems please read this[/url]

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply