ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / SeriesGrouping Class / StaticSeries Property

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

    Property Value

    A StaticMemberCollection containing static series headings for the grouping.
    See Also