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

Glossary Item Box

The following tables list the members exposed by DataGroupingCollection.

Public Properties

 NameDescription
Public PropertyCapacityGets or sets the number of elements that the DataGroupingCollection can contain. (Inherited from System.Collections.CollectionBase)
Public PropertyCountGets the number of elements contained in the DataGroupingCollection instance. This property cannot be overridden.` (Inherited from System.Collections.CollectionBase)
Public PropertyItemGets or sets the element at the specified index.  
Top

Public Methods

 NameDescription
Public MethodAddAdds a DataGrouping object to the DataGroupingCollection collection.  
Public MethodAddRangeAdds the elements of the specified DataGroupingCollection to the current DataGroupingCollection.  
Public MethodClearRemoves all objects from the DataGroupingCollection instance. This method cannot be overridden. (Inherited from System.Collections.CollectionBase)
Public MethodRemoveRemoves the first occurrence of a specific DataGrouping object from the DataGroupingCollection.  
Public MethodRemoveAtRemoves the element at the specified index of the  DataGroupingCollection instance. This method is not overridable. (Inherited from System.Collections.CollectionBase)
Top

See Also