ActiveReports 12
AddRange Method (DataValueCollection)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > DataValueCollection Class : AddRange Method
The DataValueCollection to add to the current collection.
Adds a DataValueCollection to the existing DataValueCollection.
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

Reference

DataValueCollection Class
DataValueCollection Members