Condividi tramite


Proprietà IndicatorStateCollection.Item (String)

Gets the item that has the specified name.

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Default Property Item ( _
    name As String _
) As IndicatorState 
    Get
'Utilizzo
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
JScript supporta l'utilizzo di proprietà indicizzate, ma non la dichiarazione di nuove proprietà.

Parametri

  • name
    Tipo: System.String
    The name of the item in the collection.

Valore proprietà

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.IndicatorState
An IndicatorState object that has the specified name.

Vedere anche

Riferimento

IndicatorStateCollection Classe

Overload Item

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering