Udostępnij przez


Właściwość IndicatorStateCollection.Item (String)

Pobiera element o określonej nazwie.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public ReadOnly Default Property Item ( _
    name As String _
) As IndicatorState
    Get
'Użycie
Dim instance As IndicatorStateCollection
Dim name As String
Dim value As IndicatorState

value = instance(name)
public IndicatorState this[
    string name
] { get; }
public:
property IndicatorState^ default[String^ name] {
    IndicatorState^ get (String^ name);
}
member Item : IndicatorState
Język JScript obsługuje używanie indeksowanych właściwości, ale nie obsługuje deklarowania nowych.

Parametry

Wartość właściwości

Typ: Microsoft.ReportingServices.OnDemandReportRendering.IndicatorState
IndicatorState Obiekt, który ma określoną nazwę.