Condividi tramite


Membri CustomPropertyCollection

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

Il tipo CustomPropertyCollection espone i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico CustomPropertyCollection Initializes a new instance of the CustomPropertyCollection class.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Add(CustomProperty) Adds a custom property to the collection.
Metodo pubblico Add(String, Object) Creates a custom property with a name and value and adds it to the collection.
Metodo pubblico Equals (Ereditato da Object).
Metodo protetto Finalize (Ereditato da Object).
Metodo pubblico GetHashCode (Ereditato da Object).
Metodo pubblico GetType (Ereditato da Object).
Metodo protetto MemberwiseClone (Ereditato da Object).
Metodo pubblico ToString (Ereditato da Object).

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Count Gets the number of custom properties in the collection.
Proprietà pubblica Item[ ( [ ( Int32] ) ] ) Gets a custom property at a specified index.
Proprietà pubblica Item[ ( [ ( String] ) ] ) Returns a named custom property from the collection.

In alto