RepeatedControl Property

       

Returns a reference to the repeated control.

Syntax

object.RepeatedControl

The object placeholder represents an object expression that resolves to an object in the Applies To list.

Remarks

Use the reference to set public properties, or invoke public functions of the user control. For example, the code below retrieves the repeated control's public property named "Value":

MsgBox DataRepeater1.RepeatedControl.Value