ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / DataPointCollection Class / AddRange Method
A collection of the DataPoint objects to add.

In This Topic
AddRange Method (DataPointCollection)
In This Topic
Adds a collection of DataPoint objects to the existing DataPointCollection.
Syntax
'Declaration
 
Public Sub AddRange( _
   ByVal collection As IEnumerable(Of DataPoint) _
) 
 

Parameters

collection
A collection of the DataPoint objects to add.
See Also