Freigeben über


CustomPropertyCollection-Member

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

Der CustomPropertyCollection-Typ macht die folgenden Member verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode CustomPropertyCollection Initializes a new instance of the CustomPropertyCollection class.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Add(CustomProperty) Adds a custom property to the collection.
Öffentliche Methode Add(String, Object) Creates a custom property with a name and value and adds it to the collection.
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Count Gets the number of custom properties in the collection.
Öffentliche Eigenschaft Item[ ( [ ( Int32] ) ] ) Gets a custom property at a specified index.
Öffentliche Eigenschaft Item[ ( [ ( String] ) ] ) Returns a named custom property from the collection.

Zum Anfang