[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.DataValueCollection

DataValueCollection Class

Represents a strongly typed collection of DataValue objects.

Inheritance
DataValueCollection
Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public sealed class DataValueCollection : Collection<DataValue>, IList<DataValue>, ICollection<DataValue>, IList, ICollection, IReadOnlyList<DataValue>, IReadOnlyCollection<DataValue>, IEnumerable<DataValue>, IEnumerable

Constructors

Name Description
DataValueCollection()

Initializes a new instance of the DataValueCollection class.

Methods

Name Description
AddRange(IEnumerable<DataValue>)

Adds a collection of DataValue objects to the existing DataValueCollection.

Extension Methods