ActiveReports 12
Add Method (DataPointCollection)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > DataPointCollection Class : Add Method
The object to be added to the end of the Collection. The value can be null for reference types.
Adds a DataPoint object to the DataPointCollection.
Syntax
'Declaration
 
Public Sub Add( _
   ByVal item As DataPoint _
) 
public void Add( 
   DataPoint item
)

Parameters

item
The object to be added to the end of the Collection. The value can be null for reference types.
See Also

Reference

DataPointCollection Class
DataPointCollection Members