[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.Components.Matrix.IMatrixMember.StaticIndex

StaticIndex Property

StaticIndex

Gets the index of this member within its static grouping.

Declaration
int StaticIndex { get; }
Property Value
Type Description
int

An int 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.