ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.SectionReportModel Namespace / ControlCollection Class / Item Property / Item(String) Property
The name of the Control in the collection.

In This Topic
    Item(String) Property
    In This Topic
    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