[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.ItemCollection-1.Remove

Remove Method

Remove(T)

Removes the specified T object from the ItemCollection<T>.

Declaration
public bool Remove(T item)
Parameters
Type Name Description
T item

A T object to remove.

Returns
Type Description
bool

A bool value. true if the T was successfully removed; otherwise, false.

Implements