The Group type exposes the following members.

Properties

  Name Description
Public property GroupBy
Gets or sets the expression used to break records into groups.
Public property KeepTogether
Specifies whether the group should be kept together on a page.
Public property Name
Gets or sets the group name.
Public property ParentReport
Gets the C1Report object that contains this Group.
Public property SectionFooter
Returns the Section used as this group's footer.
Public property SectionHeader
Returns the Section used as this group's header.
Public property Sort
Gets or sets how the group is sorted.
Public property Tag
Gets or sets extra data needed by the calling program.

See Also