ActiveReports Developer 7
Item(String) Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.SectionReportModel Namespace > ControlCollection Class > Item Property : Item(String) Property

name
The name of the Control in the collection.

Glossary Item Box

Gets the Control object with the specified name in the ControlCollection.

Syntax

Visual Basic (Declaration) 
Public Overloads ReadOnly Property Item( _
   ByVal name As System.String _
) As ARControl
C# 
public ARControl Item( 
   System.string name
) {get;}

Parameters

name
The name of the Control in the collection.

See Also