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

In This Topic
    AddRange Method (DataValueCollection)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub AddRange( _
       ByVal collection As IEnumerable(Of DataValue) _
    ) 
    public void AddRange( 
       IEnumerable<DataValue> collection
    )

    Parameters

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