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

In This Topic
    Tag Constructor(String)
    In This Topic
    Initializes a new instance of the Tag class with the specified name.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal name As String _
    )
    public Tag( 
       string name
    )

    Parameters

    name
    The name of the tag.
    See Also