ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / TagListInputParamsItemCollection Class / Item Property / Item(Int32) Property
The index of the item.

In This Topic
    Item(Int32) Property
    In This Topic
    Gets or set the item with the specified index.
    Syntax
    'Declaration
     
    Public Overloads Property Item( _
       ByVal index As System.Integer _
    ) As TagListInputParamsItem
    public TagListInputParamsItem Item( 
       System.int index
    ) {get; set;}

    Parameters

    index
    The index of the item.

    Property Value

    The item with the specified index.
    See Also