ActiveReports 12
Remove Method (CategoryGroupingCollection)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > CategoryGroupingCollection Class : Remove Method
The object to remove from the Collection. The value can be null for reference types.
Removes the specified CategoryGrouping object from the CategoryGroupingCollection.
Syntax
'Declaration
 
Public Function Remove( _
   ByVal item As CategoryGrouping _
) As Boolean
public bool Remove( 
   CategoryGrouping 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.
See Also

Reference

CategoryGroupingCollection Class
CategoryGroupingCollection Members