ActiveReports Developer 7
StaticRows Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > RowGrouping Class : StaticRows Property

Glossary Item Box

Gets the static row headings for the grouping.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property StaticRows As StaticRowColumnCollection
C# 
public StaticRowColumnCollection StaticRows {get;}

Property Value

A StaticRowColumnCollection containing the static row headings for the grouping.

See Also