Поделиться через


Свойство StateIndicatorCollection.Item (String)

Gets or sets the item at the specified key.

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

Синтаксис

'Декларация
Public ReadOnly Default Property Item ( _
    name As String _
) As StateIndicator 
    Get
'Применение
Dim instance As StateIndicatorCollection 
Dim name As String 
Dim value As StateIndicator 

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

Параметры

  • name
    Тип: System.String
    A unique String expression that specifies a name that can be used, instead of a positional index, to access an item of the collection. name must correspond to the Key argument specified when the item was added to the collection.

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

Тип: Microsoft.ReportingServices.OnDemandReportRendering.StateIndicator
A StateIndicator object that has the specified name.

См. также

Справочник

StateIndicatorCollection Класс

Перегрузка Item

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