ActiveReports Developer 7
CategoryGroupingCollection Class Members
See Also  Properties  Methods 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace : CategoryGroupingCollection Class

Glossary Item Box

The following tables list the members exposed by CategoryGroupingCollection.

Public Properties

 NameDescription
Public PropertyCapacityGets or sets the number of elements that the CategoryGroupingCollection can contain. (Inherited from System.Collections.CollectionBase)
Public PropertyCountGets the number of elements contained in the CategoryGroupingCollection instance. This property cannot be overridden.   (Inherited from System.Collections.CollectionBase)
Public PropertyItemGets or sets a specific CategoryGrouping object in the CategoryGroupingCollection by position.  
Top

Public Methods

 NameDescription
Public MethodAddAdds a CategoryGrouping object to the CategoryGroupingCollection.  
Public MethodClearClears all CategoryGrouping objects from the CategoryGroupingCollection. (Inherited from System.Collections.CollectionBase)
Public MethodIndexOfDetermines the index of a CategoryGrouping object in the CategoryGroupingCollection  
Public MethodInsertInserts a new CategoryGrouping object into the CategoryGroupingCollection at the specified location.  
Public MethodRemoveRemoves the specified CategoryGrouping object from the CategoryGroupingCollection.  
Public MethodRemoveAtRemoves the specified CategoryGrouping object from the CategoryGroupingCollection. (Inherited from System.Collections.CollectionBase)
Top

See Also