Condividi tramite


Membri ReportParameterCollection

A collection of ReportParameter objects. This class cannot be inherited.

Il tipo ReportParameterCollection espone i membri seguenti.

Metodi

  Nome Descrizione
Metodo protetto BaseAdd (Ereditato da NameObjectCollectionBase).
Metodo protetto BaseClear (Ereditato da NameObjectCollectionBase).
Metodo protetto BaseGet (Ereditato da NameObjectCollectionBase).
Metodo protetto BaseGet (Ereditato da NameObjectCollectionBase).
Metodo protetto BaseGetAllKeys (Ereditato da NameObjectCollectionBase).
Metodo protetto BaseGetAllValues (Ereditato da NameObjectCollectionBase).
Metodo protetto BaseGetAllValues (Ereditato da NameObjectCollectionBase).
Metodo protetto BaseGetKey (Ereditato da NameObjectCollectionBase).
Metodo protetto BaseHasKeys (Ereditato da NameObjectCollectionBase).
Metodo protetto BaseRemove (Ereditato da NameObjectCollectionBase).
Metodo protetto BaseRemoveAt (Ereditato da NameObjectCollectionBase).
Metodo protetto BaseSet (Ereditato da NameObjectCollectionBase).
Metodo protetto BaseSet (Ereditato da NameObjectCollectionBase).
Metodo pubblico Equals (Ereditato da Object).
Metodo protetto Finalize (Ereditato da Object).
Metodo pubblico GetEnumerator (Ereditato da NameObjectCollectionBase).
Metodo pubblico GetHashCode (Ereditato da Object).
Metodo pubblico GetObjectData (Ereditato da NameObjectCollectionBase).
Metodo pubblico GetType (Ereditato da Object).
Metodo protetto MemberwiseClone (Ereditato da Object).
Metodo pubblico OnDeserialization (Ereditato da NameObjectCollectionBase).
Metodo pubblico ToString (Ereditato da Object).

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica AsNameValueCollection Contains report parameters as a sorted collection of associated string keys and string values, which can be accessed using either the key or the index.
Proprietà pubblica Count (Ereditato da NameObjectCollectionBase).
Proprietà protetta IsReadOnly (Ereditato da NameObjectCollectionBase).
Proprietà pubblica IsValid Indicates whether all of the report parameters have been correctly specified.
Proprietà pubblica Item[ ( [ ( Int32] ) ] ) Gets the parameter located in the collection at the position indicated by the index. In C#, this property is the indexer for the ReportParameterCollection class.
Proprietà pubblica Item[ ( [ ( String] ) ] ) Gets the report parameter from the collection. The parameter retrieved is the parameter from the collection that matches the name specified in the name parameter. In C#, this property is the indexer for the ReportParameterCollection class.
Proprietà pubblica Keys (Ereditato da NameObjectCollectionBase).

In alto

Implementazioni esplicite dell'interfaccia

  Nome Descrizione
Implementazione esplicita dell'interfacciaMetodo privato ICollection. . :: . .CopyTo (Ereditato da NameObjectCollectionBase).
Implementazione esplicita dell'interfacciaProprietà privata ICollection. . :: . .IsSynchronized (Ereditato da NameObjectCollectionBase).
Implementazione esplicita dell'interfacciaProprietà privata ICollection. . :: . .SyncRoot (Ereditato da NameObjectCollectionBase).

In alto