Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / TagCollection Class / Item Property / Item(String) Property
The name of the Tag.

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

    Parameters

    tagName
    The name of the Tag.

    Property Value

    The Tag with the specified name.
    See Also