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

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

    Parameters

    item
    The DataSet object to add.

    Return Value

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