Hello there,
I have a Script Task with following code
SaveFile(Dts.Variables("varSSRS_URL").Value.ToString() + Dts.Variables("varSSRS_Report").Value.ToString(), Dts.Variables("varSSRS_ExcelReportPath").Value.ToString() + "AwardsTeamPreExpirationReport.xls")
Now I want to be able to pass a variable to the report I am calling on a report server. How can I do this?
Thanks!