ActiveReports 12
AddRange Method (DataPointCollection)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > DataPointCollection Class : AddRange Method
The DataPointCollection to add to the current collection.
Adds a DataPointCollection to the existing DataPointCollection.
Syntax
'Declaration
 
Public Sub AddRange( _
   ByVal collection As IEnumerable(Of DataPoint) _
) 
public void AddRange( 
   IEnumerable<DataPoint> collection
)

Parameters

collection
The DataPointCollection to add to the current collection.
See Also

Reference

DataPointCollection Class
DataPointCollection Members