What is the suggested Method for enumerating all Reports in a SharePoint Report Library? These reports have been rendered to PDF and stored in the Report Library. The intention is to get the [list] to perform a Delete operation if they are outdated/incorrect.
I need to do this with .Net, ASP.Net using the ReportingService2006.asmx web service.
I need to get the list to present an on screen ASP.Net UI with a Checkbox option to execute the DeleteReport() method.
Thanks everyone,
Eric
View Complete Post