Group (Object)

Member of:

ReportSection object

Description:

Categorizes data into repeating collections of records in a header band.

Example:

This example shows how to remove all items in Report Group 1:

ActiveDocument.Sections["Report"].Groups["Report Group1"].Remove()

Methods:

Move(LabelNameBefore String), Remove()

Properties:

Read-only: Name as String

Objects:

Header object, Footer object, GroupItems collection, SortItems collection