Please advise on how to do this.
Instructions in online help:
How to add a group to a list (Report Designer)
To add a group to a list
In Layout view, right-click the list, and then click Properties.
On the General tab, click Edit details group.
On the General tab, do the following:
In Name, type the name of the group.
In Group on, type or select the expressions by which to group the data.
(Optional) In Document map label, type or select an expression to use as a document map label.
(Optional) If this group is a recursive hierarchy, for Parent group, type or select an expression to use as the recursive group parent.
(Optional) Click Page break at start or Page break at end to place a page break at the beginning or end of each group instance.
"Because of bug the List Grouping / Sorting is missing the checkboxes to set
the PageBreakAtEnd and PageBreakAtStart properties. You will need to hand
edit the RDL to work around this problem. Be sure to backup the RDL before
you make these changes.
I have attached a simple sample report that shows rectangle and list
usage.Key are of the RDL to examine: <List Name="list1"> <Style
/> <Grouping Name="list1_Details_Group"> <GroupExpressions>
<GroupExpression>=Fields!Country.Value</GroupExpression>
</GroupExpressions> <PageBreakAtEnd>true</PageBreakAtEnd> <<<<<<
Add this here </Grouping>"
This answer was posted by Bruce Johnson [MSFT] on 2/12/2004 12:41 PM PST
Regards,
Juanjo
"GPadath" <George...@siemens.com> escribió en el mensaje
news:1AE5EBCA-948E-43E8...@microsoft.com...