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

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

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

    See Also