ActiveReports 11
CustomPropertyDefinitionCollection Class
Members 

GrapeCity.ActiveReports.v11 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace : CustomPropertyDefinitionCollection Class
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

Reference

CustomPropertyDefinitionCollection Members
GrapeCity.ActiveReports.PageReportModel Namespace