ActiveReports Developer 7
Remove Method
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > CategoryGroupingCollection Class : Remove Method

value
The CategoryGrouping object to remove.

Glossary Item Box

Removes the specified CategoryGrouping object from the CategoryGroupingCollection.

Syntax

Visual Basic (Declaration) 
Public Sub Remove( _
   ByVal value As CategoryGrouping _
) 
C# 
public void Remove( 
   CategoryGrouping value
)

Parameters

value
The CategoryGrouping object to remove.

See Also