Index Element

Represents the current data and virtual index when repeating a data set.

Syntax

<Index
    SourceValue="int"
    Value="int"
/>

Attributes

SourceValue

Indicates the integer index within the original repeated data set. This value is read-only.

Value

Indicates the integer index value (this is a virtual index that accounts for repeat wrapping). This value is read-only.

Requirements

Platform: Windows Vista Ultimate, Windows Vista Home Premium, and later

See Also