ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / TagCollection Class / Add Method
The object to add.

In This Topic
    Add Method (TagCollection)
    In This Topic
    Adds a Tag object to the current collection.
    Syntax
    'Declaration
     
    Public Function Add( _
       ByVal tag As Tag _
    ) As System.Integer
    public System.int Add( 
       Tag tag
    )

    Parameters

    tag
    The object to add.

    Return Value

    The index of the newly added object.
    See Also