MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / DataPointCollection Class
Members

DataPointCollection Class
Represents a strongly typed collection of DataPoint objects.
Object Model
DataPointCollection Class
Syntax
'Declaration
 
Public NotInheritable Class DataPointCollection 
   Inherits System.Collections.ObjectModel.Collection(Of DataPoint)
 
Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection<T>
      GrapeCity.ActiveReports.PageReportModel.DataPointCollection

See Also