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
 SQL Server Reporting Service : repeat Header on New Page

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2005-06-30 : 07:59:20
Sri writes "Hi,
To explain my question, I need to explain the report a bit, so, pl bear with me.

I have a table in the body of my report.
The table has one grouping.
The group header has been set to repeat on new page and this works fine.


Here is my problem..
The group footer has another table embedded in it. (call it the FooterTable)

When the FooterTable runs to the next page, the GroupHeader of the MainTable doesn't repeat itself. I am assuming it should as the FooterTable is still in the GroupFooter of the main table.

But I cannot get the GroupHeader to repeat on a new page.

(FYI : The reason I had to embed a second table was because I have a set of 3,4 lines in the Group Footer which must stay together in one page. I put these lines in the second table and use the KeepTogether property on the table. I didnt know of any other way to do this. )

Thanks.
Sri"

mahfoozelahi
Starting Member

5 Posts

Posted - 2005-06-30 : 15:19:43
Are you setting RepeatOnNewPage property to TRUE?

Mahfooz
Go to Top of Page

jhermiz

3564 Posts

Posted - 2005-06-30 : 15:31:06
quote:
Originally posted by mahfoozelahi

Are you setting RepeatOnNewPage property to TRUE?

Mahfooz



Reread his problem he explicitly states "repeat on new page is on"




Keeping the web experience alive -- [url]http://www.web-impulse.com[/url]
Imperfection living for perfection --
[url]http://jhermiz.blogspot.com/[/url]
Go to Top of Page
   

- Advertisement -