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

In This Topic
    Item(String) Property
    In This Topic
    Gets or set the item with the specified name.
    Syntax
    'Declaration
     
    Public Overloads ReadOnly Property Item( _
       ByVal tagName As System.String _
    ) As TagListInputParamsItem
    public TagListInputParamsItem Item( 
       System.string tagName
    ) {get;}

    Parameters

    tagName
    The name of the item.

    Property Value

    The item with the specified name.
    See Also