ActiveReports 10
DataPointCollection Class Members
Properties  Methods 

GrapeCity.ActiveReports.v10 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace : DataPointCollection Class

The following tables list the members exposed by DataPointCollection.

Public Properties
 NameDescription
Public PropertyGets or sets the number of elements that the DataPointCollection can contain. (Inherited from System.Collections.CollectionBase)
Public PropertyGets the number of elements contained in the DataPointCollection instance. This property cannot be overridden. (Inherited from System.Collections.CollectionBase)
Public PropertyGets or sets a specific DataPoint object in the DataPointCollection by position.  
Top
Public Methods
 NameDescription
Public MethodAdds a DataPoint object to the DataPointCollection.  
Public MethodRemoves all objects from the DataPointCollection instance. This method cannot be overridden. (Inherited from System.Collections.CollectionBase)
Public MethodDetermines the index of a specific DataPoint object in the DataPointCollection.  
Public MethodInserts a new DataPoint object into the DataPointCollection at the specified location.  
Public MethodRemoves the specified DataPoint object from the DataPointCollection.  
Public Method
Removes the element at the specified index of the DataPointCollection instance. This method is not overridable. (Inherited from System.Collections.CollectionBase)
Top
See Also

Reference

DataPointCollection Class
GrapeCity.ActiveReports.PageReportModel Namespace