ActionCollection.Item Property

Gets an item from the collection at the specified index.

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

Синтаксис

'Декларация
Public ReadOnly Default Property Item ( _
    index As Integer _
) As Action
public Action this [
    int index
] { get; }
public:
property Action^ default [int] {
    Action^ get (int index);
}
/** @property */
public Action get_Item (int index)

Параметры

  • index
    The zero-based index of the Action object to get in the collection.

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

An Action object.

Синхронизация потоков

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

ActionCollection Class
ActionCollection Members
Microsoft.ReportingServices.ReportRendering Namespace