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

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

    Parameters

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