Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ReportItems Class / Add Method
The object to add.

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

    Parameters

    item
    The object to add.

    Return Value

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