I’m trying to enumerate, in c#, the reports for a user on reporting services.
How do I do this? Is there a web services call I should use, or should I just get the html returned from http://localhost/ReportServer/lists.asmx and pull that apart?
The second option sounds like a bit of a hack. Surely theres a better way?
SSRS has a full SOAP API, you can see info on that here: http://technet.microsoft.com/en-us/library/ms155376.aspx
From the above article:
There’s a full tutorial there too: http://technet.microsoft.com/en-us/library/ms169926.aspx