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 |
heman
Starting Member
1 Post |
Posted - 2005-01-12 : 05:41:58
|
i have created a report with header and footer, when i preview the report individually then it is showing the header and footer but if i use the same report as a subreport in another report then the header and footer is not displaying. May i know why and what is the solution to fix it. |
|
chriskhan2000
Aged Yak Warrior
544 Posts |
Posted - 2005-01-12 : 13:54:01
|
I had that problem once. When you use header and footer with a subreport, it will not display or displayed inccorrectly. I ended up putting the header and footer in the body instead. Then it seems to work fine.One advise is to use the header and footer for the main report and not put it in the subreport. If you are going to put it in the subreport then put it all in the body section. |
 |
|
|
|
|