Compartir a través de


IndicatorStateCollection.Item Propiedad (String)

Gets the item that has the specified name.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Default Property Item ( _
    name As String _
) As IndicatorState 
    Get
'Uso
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 admite el uso de propiedades indizadas, pero no la declaración de otras nuevas.

Parámetros

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

Valor de la propiedad

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

Vea también

Referencia

IndicatorStateCollection Clase

Sobrecarga de Item

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering