ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / RowGrouping Class / StaticRows Property

In This Topic
    StaticRows Property
    In This Topic

    Gets the static row headings for the grouping.

    Syntax
    'Declaration
     
    Public ReadOnly Property StaticRows As StaticRowColumnCollection
    public StaticRowColumnCollection StaticRows {get;}

    Property Value

    A StaticRowColumnCollection containing the static row headings for the grouping.

    See Also