I have an SSIS package that does this in SQL 2008 R2 by means of a Script Task that uses ReportExecution2005. I cannot get this to work in SQL2012. It the script builds without error but reports a compile error when I close the Script Task, with the dreaded red X in the Control Flow window.
It has occurred to me that perhaps I can do the same thing using SSRS Web Service, supplying the necessary information in the URL. I know how to supply parameter values and tell it to render in Excel (or PDF) format but user action is still required to save the file. Is there a way to provide an output file name in the URL so that the file is automatically saved without even displaying the report?
I an also looking at PowerShell/ReportExcution2005 as an option and will raised separate post on that subject.
R Campbell