ActiveReports Developer 7
StaticCategories Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > CategoryGrouping Class : StaticCategories Property

Glossary Item Box

Gets the static category headings for the grouping.

Syntax

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

Property Value

A StaticMemberCollection object indicating static category headings for the grouping.

See Also