Share via


CustomPropertyCollection Members

Include Protected Members
Include Inherited Members

Represents a collection of custom properties for a report, report item, or group. This class cannot be inherited.

The CustomPropertyCollection type exposes the following members.

Constructors

  Name Description
Public method CustomPropertyCollection() Initializes a new instance of the CustomPropertyCollection class.

Top

Methods

  Name Description
Public method Add(CustomProperty) Adds a custom property to the collection.
Public method Add(String, Object) Creates a custom property with a name and value and adds it to the collection.
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property Count Gets the number of custom properties in the collection.
Public property Item[Int32] Gets a custom property at a specified index.
Public property Item[String] Returns a named custom property from the collection.

Top