all groups > sql server reporting services > september 2005 >
You're in the

sql server reporting services

group:

Group Header Question



Group Header Question OriginalStealth
9/26/2005 5:40:02 PM
sql server reporting services: I have a report that list information for each city by state as shown below.

GA
xxxxx xxxxx xxxxx xxxx
xxxxx xxxxx xxxxx xxxx

When the page breaks and it is still on the same group, is there away to
make the group head look like this:

GA (cont'd)
xxxxx xxxxx xxxxx xxxx
xxxxx xxxxx xxxxx xxxx

Re: Group Header Question Robert Bruckner [MSFT]
9/26/2005 6:29:56 PM
The table group header has a property for "RepeatOnNewPage". Set it to true,
and the group header will repeat.
However, you can't add the "(cont'd)" string in that case, because all
repeated group headers will be identical to the initial one.


-- Robert
This posting is provided "AS IS" with no warranties, and confers no rights.


"OriginalStealth" <OriginalStealth@discussions.microsoft.com> wrote in
message news:67476532-6565-4426-9151-EE5107867ABD@microsoft.com...
[quoted text, click to view]

Re: Group Header Question Myles
9/27/2005 1:28:03 PM
why can't this be done with a list as well?

[quoted text, click to view]
AddThis Social Bookmark Button