ActiveReports 18 .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
    Returns the index of this member within its static grouping. If this member is not a member of a static grouping, then it's parents will be checked. If any parent is a StaticMember, it's StaticIndex value will be returned. If there are no static ancestors, then zero is returned.
    Syntax
    'Declaration
     
    ReadOnly Property StaticIndex As Integer
    int StaticIndex {get;}
    See Also