How to *quickly* retrieve the stored procedure name and parameters from an SSRS report:
In order to do this, you might try the approach of instantiating the report in SSRS and traversing the class like that... but it's a real pain. We're after speed here.
I happened across this approach and it works great