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

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

    Parameters

    name
    The name of the tag.
    value
    The value of the tag.
    See Also