all groups > sql server reporting services > february 2007 >
You're in the

sql server reporting services

group:

Display group data on every page



Display group data on every page erik NO[at]SPAM liffner.se
2/14/2007 3:16:33 AM
sql server reporting services: Hi!
I have two groupings placed in on list object and I'm trying to
grouping data to be displayed on every page but without luck. The
grouping data is displayed correctly at the beginning of the group but
since it might be a long list of items in one group I would like to
display the group header on every page. Is this possible? I've
searched the net and found answers that it should be possible to do
this but I can't figure out how. HELP Please.
Cheers Erik
Re: Display group data on every page Rowen
2/14/2007 4:56:03 PM
[quoted text, click to view]

When editing group in designer, there should be checkboxes called
'Repeat Group Header', Repeat Group Footer'. These will cause the
group header/footer to be repeated on every page.
Re: Display group data on every page erik NO[at]SPAM liffner.se
2/15/2007 7:04:57 AM
[quoted text, click to view]

Hi!
Is this true even if I use a list as the grouping object. I'm unable
to find the checkboxes in my rdl file.
Re: Display group data on every page Rowen
2/19/2007 4:21:01 PM
[quoted text, click to view]

The checkbox is visible when editing a report in design mode (i.e. in
Visual Studio). There will not be any checkbox in the rdl file.

If you want to add the property to the rdl file via a text editor, it
should be like this:

<TableGroup>
<Header>
<TableRows>...
</TableRows>
<RepeatOnNewPage>true</RepeatOnNewPage>
</Header>
<Grouping Name="...">
<GroupExpressions>
...
</GroupExpressions>
</Grouping>
<Sorting>
...
</Sorting>
</TableGroup>
AddThis Social Bookmark Button