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
 General SQL Server Forums
 New to SQL Server Programming
 2005 sql reporting services

Author  Topic 

suavedave
Starting Member

1 Post

Posted - 2008-12-17 : 15:27:47
I have created a stored procedure in Sql server management studio that I use to create a report in MS Visual Studio. My question is on the report I need to add a data field to the footer of the report layout but Reporting services will not allow me to drag a subreport that I have created to the footer. How can I get this data into the report layout footer? Using a text box just gives me static data which I cannot use. I really could use some help on this.

David G.Thorman

SQLSoaker
Posting Yak Master

169 Posts

Posted - 2008-12-17 : 16:33:34
I would recreate the query and combine both of the reports into one. Then you can put the data where ever you want in the layout.
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2008-12-17 : 23:28:35
just tweak your procedure to add the extra data and then use it in footer.
Go to Top of Page
   

- Advertisement -