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.

 All Forums
 Development Tools
 Reporting Services Development
 Tabbed reports on SQL reporting 2000

Author  Topic 

harvey
Starting Member

1 Post

Posted - 2008-03-11 : 12:41:04
Is it possible to get tabbed reporting on SQL reporting services. ie I run one report query (select * from table) and then can list the data in 12 reports depending on which month the client wishes to look at. The client can tab through them as though he had 1 spreasheet open with 12 workbooks to view.

Any help would be great.

Harvey

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2008-03-11 : 12:49:37
You have a feature called document map which is avialable in table containers in Reporting services 2005. You can define a docuemnt map and then the tables will come on different pages with a directory like structure in left side. Clicking each labels opens up that particular table report.
http://technet.microsoft.com/en-us/library/ms156383.aspx
http://msdn2.microsoft.com/en-us/library/ms159774.aspx
Go to Top of Page
   

- Advertisement -