Partager via


Membres CustomPropertyCollection

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

Le type CustomPropertyCollection expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique CustomPropertyCollection Initializes a new instance of the CustomPropertyCollection class.

Haut de la page

Méthodes

  Nom Description
Méthode publique Add(CustomProperty) Adds a custom property to the collection.
Méthode publique Add(String, Object) Creates a custom property with a name and value and adds it to the collection.
Méthode publique Equals (Hérité de Object.)
Méthode protégée Finalize (Hérité de Object.)
Méthode publique GetHashCode (Hérité de Object.)
Méthode publique GetType (Hérité de Object.)
Méthode protégée MemberwiseClone (Hérité de Object.)
Méthode publique ToString (Hérité de Object.)

Haut de la page

Propriétés

  Nom Description
Propriété publique Count Gets the number of custom properties in the collection.
Propriété publique Item[ ( [ ( Int32] ) ] ) Gets a custom property at a specified index.
Propriété publique Item[ ( [ ( String] ) ] ) Returns a named custom property from the collection.

Haut de la page