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

In This Topic
    Remove Method (ReportItems)
    In This Topic
    Removes the specified ReportItem from the current collection.
    Syntax
    'Declaration
     
    Public Sub Remove( _
       ByVal item As ReportItem _
    ) 
    public void Remove( 
       ReportItem item
    )

    Parameters

    item
    The object to remove.
    See Also