ActiveReports Developer 7
Header Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > TableGroup Class : Header Property

Glossary Item Box

Gets or sets the group header row for the table.

Syntax

Visual Basic (Declaration) 
Public Property Header As Header
C# 
public Header Header {get; set;}

Property Value

A HeaderFooter object containing the group header row.

See Also