Condividi tramite


Membri ReportParameterCollection

Contains a collection of ReportParameter objects. This class cannot be inherited.

Il tipo ReportParameterCollection espone i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico ReportParameterCollection Initializes a new instance of ReportParameter.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Add(ReportParameter) Adds a ReportParameter to the end of the collection.
Metodo pubblico Add(String, String) Creates and adds a ReportParameter, with the specified name and value, to the end of the collection.
Metodo pubblico Clear Removes all elements from the collection.
Metodo pubblico Contains(String) Indicates whether the collection contains a ReportParameter that has the specified name.
Metodo pubblico Contains(ReportParameter) Indicates whether the collection contains a specified ReportParameter.
Metodo pubblico CopyTo(ReportParameterCollection) Copies the entire collection to the end of a ReportParameterCollection.
Metodo pubblico CopyTo(Array, Int32) Copies the entire collection to a compatible one-dimensional Array, starting at the specified index of the target array.
Metodo pubblico Equals (Ereditato da Object).
Metodo protetto Finalize (Ereditato da Object).
Metodo pubblico Find Gets the ReportParameter that has the specified name from the collection.
Metodo pubblico GetHashCode (Ereditato da Object).
Metodo pubblico GetType (Ereditato da Object).
Metodo pubblico IndexOf(String) Gets the index of a ReportParameter that has the specified name.
Metodo pubblico IndexOf(ReportParameter) Gets the index of a specified ReportParameter.
Metodo pubblico Insert(Int32, ReportParameter) Inserts a ReportParameter into the collection at the specified index.
Metodo pubblico Insert(Int32, String, String) Creates and inserts a ReportParameter, with the specified name and value, into the collection at the specified index.
Metodo protetto MemberwiseClone (Ereditato da Object).
Metodo pubblico Remove(String) Removes the ReportParameter with the specified name from the collection.
Metodo pubblico Remove(ReportParameter) Removes the specified ReportParameter from the collection.
Metodo pubblico RemoveAt Removes the ReportParameter at the specified index from the collection.
Metodo pubblico ToString (Ereditato da Object).

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Count Gets the number of ReportParameter objects in the collection.
Proprietà pubblica Item[ ( [ ( Int32] ) ] ) Gets the ReportParameter at the specified index from the collection.
Proprietà pubblica Item[ ( [ ( String] ) ] ) Gets the ReportParameter that has the specified name from the collection.

In alto