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

In This Topic
    DataPointCollection Class
    In This Topic
    Provides a strongly typed collection for DataPoint objects.
    Object Model
    DataPointCollection Class
    Syntax
    'Declaration
     
    Public NotInheritable Class DataPointCollection 
       Inherits System.Collections.ObjectModel.Collection(Of DataPoint)
    public sealed class DataPointCollection : System.Collections.ObjectModel.Collection<DataPoint> 
    Inheritance Hierarchy

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

    See Also