ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / DataPointCollection Class / AddRange Method
The DataPointCollection to add to the current collection.

In This Topic
    AddRange Method (DataPointCollection)
    In This Topic
    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