'Declaration Public Function Remove( _ ByVal item As ReportParameter _ ) As Boolean
public bool Remove( ReportParameter item )
Parameters
- item
- The object to remove from the Collection. The value can be null for reference types.
Return Value
true if item is successfully removed; otherwise, false. This method also returns false if item was not found in the original Collection.