ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ReportItemCollection Class / Remove Method
The ReportItem object to remove.

In This Topic
    Remove Method (ReportItemCollection)
    In This Topic
    Removes the specified ReportItem object from the ReportItemCollection.
    Syntax
    'Declaration
     
    Public Function Remove( _
       ByVal value As ReportItem _
    ) As Boolean
    public bool Remove( 
       ReportItem value
    )

    Parameters

    value
    The ReportItem object to remove.
    See Also