GroupItem (Object)

Member of:

GroupItems collection

Description:

Represents a column that was dragged to the Report Group Outliner, such as the Store Id column from the Results section.

Example:

This example shows you how to write the name of the Amount Sales group item to the Console window:

Console.Writeln(ActiveDocument.Sections["Report"].Groups["Report Group1"].GroupItems["Amount Sales"].Name)

Methods:

Move(LabeLNameBefore as String), Remove()

Properties:

Read-only: Name As String