ActiveReports3 Request technical support
Item(String) Property
See Also 


name
The name of the Control in the collection.
Gets the Control object with the specified name in the ControlCollection.

Syntax

Visual Basic (Declaration) 
Overloads Public ReadOnly Property Item( _
   ByVal name As String _
) As ARControl
Visual Basic (Usage)Copy Code
Dim instance As ControlCollection
Dim name As String
Dim value As ARControl
 
value = instance.Item(name)
C# 
public ARControl Item( 
   string name
) {get;}

Parameters

name
The name of the Control in the collection.

See Also