Свойство ActionCollection.Item

Gets an item from the collection at the specified index.

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

Синтаксис

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

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

Параметры

  • index
    Тип: System.Int32
    The zero-based index of the Action object to get in the collection.

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

Тип: Microsoft.ReportingServices.ReportRendering.Action
An Action object.

См. также

Справочник

ActionCollection Класс

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