Hi, One easy way to do this is to combine all the reports into a single report (using subreport) then render it in webservice as you did. It will show up as a single workbook with seperate worksheets for each subreports. Remember to use page break between each subreport.
Good luck! Ting On Aug 15, 11:39 am, jamesb <[EMAIL PROTECTED]> wrote: > Hi All - I have a collection of byte arrays - each byte array has been > returned from the MS reporting services web service Render() method > (rendered in Excel format obviously) > > What I'm trying to do is to save each of these byte arrays as an > individual excel worksheet, and then combine these excel worksheets > into a single excel workbook. This (ideally) needs to be done in > memory - without saving anything to the hard drive. Once the actual > workbook containing all the worksheets has been created, the workbook > (only the workbook) will then be saved to the hard drive. > > Can anyone point me in the right direction or offer a code sample? I > can't seem to find any info at all on how to do this (in memory at > least)! > > Thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/DotNetDevelopment You may subscribe to group Feeds using a RSS Feed Reader to stay upto date using following url <a href="http://feeds.feedburner.com/DotNetDevelopment"> http://feeds.feedburner.com/DotNetDevelopment</a> -~----------~----~----~----~------~----~------~--~---
