Represents items for a specific report group.
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()
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")
Add(String Member, [optional] StringSectionDependency), Item(NameOrIndex as Value). RemoveAll()