ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / CategoryGrouping Class / StaticCategories Property

In This Topic
    StaticCategories Property
    In This Topic
    Gets the static category headings for the grouping.
    Syntax
    'Declaration
     
    Public ReadOnly Property StaticCategories As StaticMemberCollection
    public StaticMemberCollection StaticCategories {get;}

    Property Value

    A StaticMemberCollection object indicating static category headings for the grouping.
    See Also