SSRS: Get list of all reports and parameters in a single web service call?
问题 Short and sweet version: Is there a single web service method that would return the names of all available reports, and each report's parameters? I have my web code (C#/MVC) connected to a SSRS web service, and I am able to retrieve reports through those services. I know I can get a list of available reports like this: var rService = new ReportingService2005 { Url = @"http://domain.com/ReportServer/ReportService2005.asmx?wsdl", Credentials = System.Net.CredentialCache.DefaultCredentials };