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

In This Topic
    Item(String) Property
    In This Topic
    Gets a TagSys in the current collection by its NamedCollectionItem.Name.
    Syntax
    'Declaration
     
    Public Overloads ReadOnly Property Item( _
       ByVal tagName As System.String _
    ) As TagSys
    public TagSys Item( 
       System.string tagName
    ) {get;}

    Parameters

    tagName
    The name of the TagSys.

    Property Value

    The TagSys with the specified name.
    See Also