MindFusion.Reporting for Silverlight Programmer's Guide
RangeItemCurrent

Returns the index of the current instance of the current DataRange.

Syntax

 Copy Code

int RangeItemCurrent ()

Remarks

RangeItemCurrent is only usable in expressions related to report items, which are containted in DataRange containers. For example, RangeItemCurrent is usable in expressions embedded in the Text of a Label, but only when this label is contained in a DataRange. When evaluated it returns the total number of instances of the related DataRange.

See Also

Miscellaneous Functions
RangeItemCount Function
PageCount Function
PageCurrent Function