Represents a column that was dragged to the Report Group Outliner, such as the Store Id column from the Results section.
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)