[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.CustomPropertyCollection

CustomPropertyCollection Class

Represents a collection of custom properties.

Inheritance
CustomPropertyCollection
Namespace: GrapeCity.ActiveReports.Extensibility.Rendering
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public sealed class CustomPropertyCollection

Constructors

Name Description
CustomPropertyCollection()

Initializes a new instance of the CustomPropertyCollection class.

CustomPropertyCollection(IEnumerable<CustomProperty>)

Initializes a new instance of the CustomPropertyCollection class with the specified properties.

Properties

Name Description
Count

Gets the number of elements contained in the collection.

this[int]

Gets the element at the specified index.

this[string]

Gets the CustomProperty with the specified property name.

Methods

Name Description
Add(CustomProperty)

Adds a custom property to the collection. For internal use only.

Add(string, object)

Adds a custom property to the collection with the specified name and value. For internal use only.

Extension Methods