Get list of reports from SSRS?
I've just started working with SSRS and so far I've been able to show reports in my Winforms app using the ReportViewer, by hard-coding the report path. I would like get a list of reports from SSRS so I can display them and let the user select which one they want to see. Is there a way to request the list of reports from SSRS? Thanks. Yes, absolutely - Report Services has two well established web service interfaces. Check out this page here: Report Server Web Service and the links off it for more info, or see the Reporting Services Developer's Guide for some background and conceptual info.