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

In This Topic
    Item(Int32) Property
    In This Topic
    Gets the Control object at the specified indexed location in the ControlCollection.
    Syntax
    'Declaration
     
    Public Overloads ReadOnly Property Item( _
       ByVal index As Integer _
    ) As ARControl
    public ARControl Item( 
       int index
    ) {get;}

    Parameters

    index
    The indexed location of the Control in the collection.
    See Also