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