The Header (Object) represents the attributes of the report group header band. When you drag an item from the Catalog pane to the Report Group data layout, Interactive Reporting automatically supplies a group header band and adds a label inside the band, which identifies the group. A group header categorizes data into repeating collections of records in a header band.
For example, if you create a report to show purchases by state, each state serves as a group header for the report. Other items can be added as sub-categories, such as buyers.
This example shows how to count and display the number of tables in the Report Group 1 header:
ActiveDocument.Sections["Report"].Groups["Report Group1"].Header.Tables.Count
Read-write: KeepTogether as Boolean, KeepWithNext as Boolean, PageBreak as BqPageBreak, Visible as Boolean
LineFormat, FillFormat, Tables, Fields, Shapes, Shapes collection, Pivots collection, Pivot collection, Chart collection