The REPEAT component is multiplying its containted components by iterating over a list of data. The list of data is bound using the attribute LISTBINDING.

For each item of the list one set of components is rendered. Components inside the REPEAT component can reference to item data of the list by using expressions of type ".{xxx}", where "xxx" is a property of the list item.

REPEAT components can be nested into one another.