[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.DataValueCollection.AddRange

AddRange Method

AddRange(IEnumerable<DataValue>)

Adds a collection of DataValue objects to the existing DataValueCollection.

Declaration
public void AddRange(IEnumerable<DataValue> collection)
Parameters
Type Name Description
IEnumerable<DataValue> collection

A collection of the DataValue objects to add.