ActiveReports 13
Item(String) Property

GrapeCity.ActiveReports Assembly > GrapeCity.ActiveReports.SectionReportModel Namespace > ControlCollection Class > Item Property : Item(String) Property
The name of the Control in the collection.
Gets the Control object with the specified name in the ControlCollection.
Syntax
'Declaration
 
Public Overloads ReadOnly Property Item( _
   ByVal name As String _
) As ARControl
public ARControl Item( 
   string name
) {get;}

Parameters

name
The name of the Control in the collection.
See Also

Reference

ControlCollection Class
ControlCollection Members
Overload List