ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / Values Class / Add Method / Add(Value) Method
The object to add.

In This Topic
    Add(Value) Method
    In This Topic
    Adds the specified Value to the current collection.
    Syntax
    'Declaration
     
    Public Overloads Function Add( _
       ByVal item As Value _
    ) As System.Integer
    public System.int Add( 
       Value item
    )

    Parameters

    item
    The object to add.

    Return Value

    The index of the newly added object in the current collection.
    See Also