ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Matrix Namespace / IMatrixMember Interface / StaticIndex Property

In This Topic
    StaticIndex Property
    In This Topic
    Gets the index of this member within its static grouping.
    Syntax
    'Declaration
     
    ReadOnly Property StaticIndex As Integer
    int StaticIndex {get;}

    Property Value

    An System.Int32 representing the index of this member within its static grouping.
    Remarks
    If this member is not a member of a static grouping, then its parents will be checked. If any parent is a StaticMember, its StaticIndex value will be returned. If there are no static ancestors, then zero is returned.
    See Also