Элементы ReportParameterCollection

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

Тип ReportParameterCollection предоставляет доступ к следующим элементам.

Методы

  Имя Описание
Защищенный метод BaseAdd (Наследуется из NameObjectCollectionBase.)
Защищенный метод BaseClear (Наследуется из NameObjectCollectionBase.)
Защищенный метод BaseGet (Наследуется из NameObjectCollectionBase.)
Защищенный метод BaseGet (Наследуется из NameObjectCollectionBase.)
Защищенный метод BaseGetAllKeys (Наследуется из NameObjectCollectionBase.)
Защищенный метод BaseGetAllValues (Наследуется из NameObjectCollectionBase.)
Защищенный метод BaseGetAllValues (Наследуется из NameObjectCollectionBase.)
Защищенный метод BaseGetKey (Наследуется из NameObjectCollectionBase.)
Защищенный метод BaseHasKeys (Наследуется из NameObjectCollectionBase.)
Защищенный метод BaseRemove (Наследуется из NameObjectCollectionBase.)
Защищенный метод BaseRemoveAt (Наследуется из NameObjectCollectionBase.)
Защищенный метод BaseSet (Наследуется из NameObjectCollectionBase.)
Защищенный метод BaseSet (Наследуется из NameObjectCollectionBase.)
Открытый метод Equals (Наследуется из Object.)
Защищенный метод Finalize (Наследуется из Object.)
Открытый метод GetEnumerator (Наследуется из NameObjectCollectionBase.)
Открытый метод GetHashCode (Наследуется из Object.)
Открытый метод GetObjectData (Наследуется из NameObjectCollectionBase.)
Открытый метод GetType (Наследуется из Object.)
Защищенный метод MemberwiseClone (Наследуется из Object.)
Открытый метод OnDeserialization (Наследуется из NameObjectCollectionBase.)
Открытый метод ToString (Наследуется из Object.)

В начало

Свойства

  Имя Описание
Открытое свойство 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.
Открытое свойство Count (Наследуется из NameObjectCollectionBase.)
Защищенное свойство IsReadOnly (Наследуется из NameObjectCollectionBase.)
Открытое свойство IsValid Indicates whether all of the report parameters have been correctly specified.
Открытое свойство 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.
Открытое свойство 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.
Открытое свойство Keys (Наследуется из NameObjectCollectionBase.)

В начало

Явные реализации интерфейса

  Имя Описание
Явная реализация интерфейсаЗакрытый метод ICollection. . :: . .CopyTo (Наследуется из NameObjectCollectionBase.)
Явная реализация интерфейсаЗакрытое свойство ICollection. . :: . .IsSynchronized (Наследуется из NameObjectCollectionBase.)
Явная реализация интерфейсаЗакрытое свойство ICollection. . :: . .SyncRoot (Наследуется из NameObjectCollectionBase.)

В начало