[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.DataPointCollection

DataPointCollection Class

Represents a strongly typed collection of DataPoint objects.

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

Constructors

Name Description
DataPointCollection()

Initializes a new instance of the DataPointCollection class.

Methods

Name Description
AddRange(IEnumerable<DataPoint>)

Adds a collection of DataPoint objects to the existing DataPointCollection.

Extension Methods