ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / TagCollection Class / Item Property / Item(Int32) Property
The index of the Tag in the current collection.

In This Topic
    Item(Int32) Property
    In This Topic
    Gets or sets a Tag in the current collection by its index.
    Syntax
    'Declaration
     
    Public Overloads Property Item( _
       ByVal index As System.Integer _
    ) As Tag
    public Tag Item( 
       System.int index
    ) {get; set;}

    Parameters

    index
    The index of the Tag in the current collection.

    Property Value

    The Tag with the specified index.
    See Also