MindFusion.Reporting for Silverlight Programmer's Guide
RangeItemCount

Returns the total number of instances of the current DataRange.

Syntax

 Copy Code

int RangeItemCount ()

Remarks

RangeItemCount is only usable in expressions related to report items, which are containted in DataRange containers. For example, RangeItemCount 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
RangeItemCurrent Function
PageCount Function
PageCurrent Function