GrapeCity.ActiveReports.v9 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace : DataGroupingCollection Class |
The following tables list the members exposed by DataGroupingCollection.
Name | Description | |
---|---|---|
Capacity | Gets or sets the number of elements that the DataGroupingCollection can contain. (Inherited from System.Collections.CollectionBase) | |
Count | Gets the number of elements contained in the DataGroupingCollection instance. This property cannot be overridden.` (Inherited from System.Collections.CollectionBase) | |
Item | Gets or sets the element at the specified index. |
Name | Description | |
---|---|---|
Add | Adds a DataGrouping object to the DataGroupingCollection collection. | |
AddRange | Adds the elements of the specified DataGroupingCollection to the current DataGroupingCollection. | |
Clear | Removes all objects from the DataGroupingCollection instance. This method cannot be overridden. (Inherited from System.Collections.CollectionBase) | |
Remove | Removes the first occurrence of a specific DataGrouping object from the DataGroupingCollection. | |
RemoveAt | Removes the element at the specified index of the DataGroupingCollection instance. This method is not overridable. (Inherited from System.Collections.CollectionBase) |