Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
andros30
Yak Posting Veteran
80 Posts |
Posted - 2008-11-10 : 15:10:00
|
I'm trying to see if Reporting Services has the capabilities of splitting reports onto multiple tabs on a single spreadsheet. I've tried googling it but can't find anything pertaining specifically to this or how to set up something like this.Here are the specifics:1. I have a stored procedure that takes 3 parameters: office number, start date, end date.2. Stored procedure calls 4 functions based on the parameters. Functions get results based on consults, records, banding, and continuations.3. I want these functions to be on separate tabs but within the same spreadsheet. |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2008-11-11 : 02:10:43
|
i think what you need is document map. Look into books online to see how to include document map in report. |
 |
|
|
|
|