[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.CustomPropertyDefinitionCollection

CustomPropertyDefinitionCollection Class

Represents a strongly typed collection of CustomPropertyDefinition objects.

Inheritance
CustomPropertyDefinitionCollection
Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public sealed class CustomPropertyDefinitionCollection : Collection<CustomPropertyDefinition>, IList<CustomPropertyDefinition>, ICollection<CustomPropertyDefinition>, IList, ICollection, IReadOnlyList<CustomPropertyDefinition>, IReadOnlyCollection<CustomPropertyDefinition>, IEnumerable<CustomPropertyDefinition>, IEnumerable

Constructors

Name Description
CustomPropertyDefinitionCollection()

Initializes a new instance of the CustomPropertyDefinitionCollection class.

Properties

Name Description
this[string]

Gets a CustomPropertyDefinition using the specified name.

Methods

Name Description
AddRange(IEnumerable<CustomPropertyDefinition>)

Adds a range of CustomPropertyDefinition objects to the collection.

Extension Methods