|
|
Question : Export data into multiple Excel Tabs using Reporting Services
|
|
Hi Experts: Im currently using Business Intelligence Development Studio 2005 to create reports using Reporting Services. I usually export the data into excel or I create a schedule job in SQL Server 05 to automate the process that will export the reports into excel. I will like to know if its possible to export 2 reports into one spreadsheet but each report will go into a different tab. For example Im creating 2 reports that have 2007 data and another report that has 2008 data, I will like to send 1 spreadsheet with two tabs 2007 data and 2008 data. Is this possible to make it do it automatically or programmatically using Reporting services? I will really appreciate any tips or ideas!
Thanks in Advance!
|
Answer : Export data into multiple Excel Tabs using Reporting Services
|
|
SSRS uses page breaks to split data up onto tabs, so in theory (althrough I haven't tried this before) you could achieve it by creating a report containing a rectangle. Set the rectangle to have a page break after. Put your first report as a sub-report within the retangle, then put your second report as a sub-report below the rectangle.
SSRS should render the sub reports on different tabs
|
|
|
|