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 |
kira
Starting Member
17 Posts |
Posted - 2009-06-12 : 13:36:24
|
I need to create some report with SSRS 2008. The report needs to have two tables. First one shows in the normal body part while the 2nd tables should show in the bottom of the same page (assuming the length of first page is variable but it won't be more than 3/4 of the page's height). My problem is how to make this 2nd table stay at the bottom of the page? SSRS doesn't allow me to put a table inside page footer. Thank you very much. |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2009-06-14 : 04:07:49
|
why should you put table in footer? what will details that you show in it? |
 |
|
|
|
|