GroupItems (Collection)

Member of:

ReportGroup object

Description:

Represents items for a specific report group.

Example 1:

This example shows how to remove all group items in the report group band in Report Group 1:

ActiveDocument.Sections["Report"].Groups["Report Group1"].GroupItems.RemoveAll()

Example 2:

This example shows how to add the Year and Results group items to Report Group 1:

ActiveDocument.Sections["Report"].Groups["Report Group1"]. GroupItems.Add("Year", "Results")

Methods:

Add(String Member, [optional] StringSectionDependency), Item(NameOrIndex as Value). RemoveAll()

Properties:

Read-only: Count as Number