I have an SSIS 2008 package that is reading data from multiple excel files, performing transformation and generating output in an excel file. I'm then using that output excel file as data source to call an SSRS 2008 report hosted on localhost through the same SSIS package as Script Task and exporting it as pdf and xls reports. The reports are getting generated but are of small size and corrupted. When I run the same report from BIDS 2008 and export it to pdf or xls, it works fine.
The report has one parameter. SSIS execute script task is contained in a foreach loop container and passes that parameter one-by-one to generate 30 odd reports.
Would appreciate if someone could provide some help on this.