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

Glossary Item Box

The following tables list the members exposed by DataPointCollection.

Public Properties

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

Public Methods

 NameDescription
Public MethodAddAdds a DataPoint object to the DataPointCollection.  
Public MethodClearRemoves all objects from the DataPointCollection instance. This method cannot be overridden. (Inherited from System.Collections.CollectionBase)
Public MethodIndexOfDetermines the index of a specific DataPoint object in the DataPointCollection.  
Public MethodInsertInserts a new DataPoint object into the DataPointCollection at the specified location.  
Public MethodRemoveRemoves the specified DataPoint object from the DataPointCollection.  
Public MethodRemoveAt
Removes the element at the specified index of the DataPointCollection instance. This method is not overridable. (Inherited from System.Collections.CollectionBase)
Top

See Also