ActiveReports 10
StaticIndex Property

GrapeCity.ActiveReports.Extensibility.v10 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components.Matrix Namespace > IMatrixMember Interface : StaticIndex Property
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

Reference

IMatrixMember Interface
IMatrixMember Members