ActiveReports Developer 7
Header Property
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components.Table Namespace > ITable Interface : Header Property

Glossary Item Box

Gets the table's header.

Syntax

Visual Basic (Declaration) 
ReadOnly Property Header As ITableHeaderFooterRows
C# 
ITableHeaderFooterRows Header {get;}

See Also