ReportParameterCollection Members

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

The following tables list the members exposed by the ReportParameterCollection type.

Public Properties

(see also Protected Properties )

  Name Description
ms162725.pubproperty(en-US,SQL.90).gif 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.
ms162725.pubproperty(en-US,SQL.90).gif Count  (inherited from NameObjectCollectionBase )
ms162725.pubproperty(en-US,SQL.90).gif IsValid Indicates whether all of the report parameters have been correctly specified.
ms162725.pubproperty(en-US,SQL.90).gif Item Overloaded. Gets a report parameter from the collection.
ms162725.pubproperty(en-US,SQL.90).gif Keys  (inherited from NameObjectCollectionBase )

Top

Protected Properties

  Name Description
ms162725.protproperty(en-US,SQL.90).gif IsReadOnly  (inherited from NameObjectCollectionBase )

Top

Public Methods

(see also Protected Methods )

  Name Description
ms162725.pubmethod(en-US,SQL.90).gif Equals  Overloaded. (inherited from Object )
ms162725.pubmethod(en-US,SQL.90).gif GetEnumerator  (inherited from NameObjectCollectionBase )
ms162725.pubmethod(en-US,SQL.90).gif GetHashCode  (inherited from Object )
ms162725.pubmethod(en-US,SQL.90).gif GetObjectData  (inherited from NameObjectCollectionBase )
ms162725.pubmethod(en-US,SQL.90).gif GetType  (inherited from Object )
ms162725.pubmethod(en-US,SQL.90).gif OnDeserialization  (inherited from NameObjectCollectionBase )
ms162725.pubmethod(en-US,SQL.90).gifms162725.static(en-US,SQL.90).gif ReferenceEquals  (inherited from Object )
ms162725.pubmethod(en-US,SQL.90).gif ToString  (inherited from Object )

Top

Protected Methods

  Name Description
ms162725.protmethod(en-US,SQL.90).gif BaseAdd  (inherited from NameObjectCollectionBase )
ms162725.protmethod(en-US,SQL.90).gif BaseClear  (inherited from NameObjectCollectionBase )
ms162725.protmethod(en-US,SQL.90).gif BaseGet  Overloaded. (inherited from NameObjectCollectionBase )
ms162725.protmethod(en-US,SQL.90).gif BaseGetAllKeys  (inherited from NameObjectCollectionBase )
ms162725.protmethod(en-US,SQL.90).gif BaseGetAllValues  Overloaded. (inherited from NameObjectCollectionBase )
ms162725.protmethod(en-US,SQL.90).gif BaseGetKey  (inherited from NameObjectCollectionBase )
ms162725.protmethod(en-US,SQL.90).gif BaseHasKeys  (inherited from NameObjectCollectionBase )
ms162725.protmethod(en-US,SQL.90).gif BaseRemove  (inherited from NameObjectCollectionBase )
ms162725.protmethod(en-US,SQL.90).gif BaseRemoveAt  (inherited from NameObjectCollectionBase )
ms162725.protmethod(en-US,SQL.90).gif BaseSet  Overloaded. (inherited from NameObjectCollectionBase )
ms162725.protmethod(en-US,SQL.90).gif Finalize  (inherited from Object )
ms162725.protmethod(en-US,SQL.90).gif MemberwiseClone  (inherited from Object )

Top

Explicit Interface Implementations

  Name Description
System.Collections.ICollection.CopyTo  (inherited from NameObjectCollectionBase )
System.Collections.ICollection.IsSynchronized  (inherited from NameObjectCollectionBase )
System.Collections.ICollection.SyncRoot  (inherited from NameObjectCollectionBase )

Top

See Also

Reference

ReportParameterCollection Class
Microsoft.ReportingServices.ReportRendering Namespace