Represents the attributes of the report header group. Typically, the report headers is a summarizing band of information. The report header prints on the very first page of the report only.
This example shows how to instruct Interactive Reporting, not to split the report header band when a break is encountered. If Interactive Reporting, does encounter a break, the entire report header will be moved to the next page:
Documents["Salesreport.bqy"].Sections["Report"].ReportHeader.KeepTogether
Read-write: KeepTogether as Boolean, KeepWithNext as Boolean, PageBreak as BqPageBreak, Visible as Boolean
LineFormat object, FillFormat object, Tables collection, Fields collection, Shapes collection, Pivots collection, Chart collection