I’m just writing up a feasibility study for a project and before I go in too deep, can I get a .net program to get a list of reports for a server in SQL Reporting Services?
In other words, if someone adds a new report, we want it to show in the list. Also, can you get information in detail about the report via some sort of enumeration?
You can access all this data via the Reporting Services Web Service. You’ll have to create a proxy object first but once that is done, getting a list of reports is simple. For example: