Свойство ValueCollection.Item

Retrieves an item from a specified location in the collection.

Пространство имен:  Microsoft.ReportingServices.ReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public ReadOnly Default Property Item ( _
    index As Integer _
) As Object 
    Get
'Применение
Dim instance As ValueCollection 
Dim index As Integer 
Dim value As Object 

value = instance(index)
public Object this[
    int index
] { get; }
public:
property Object^ default[int index] {
    Object^ get (int index);
}
member Item : Object
JScript поддерживает использование индексированных свойств, но не объявление новых.

Параметры

  • index
    Тип: System.Int32
    The index at which to retrieve the item.

Значение свойства

Тип: System.Object
An Object from the value collection.

См. также

Справочник

ValueCollection Класс

Пространство имен Microsoft.ReportingServices.ReportRendering