ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / PropertyCollection Class
Members

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

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

    See Also