Partilhar via


Propriedade do RDL IndicatorStateCollection.Item (String)

Gets the item that has the specified name.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
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 dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.

Parâmetros

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

Valor da propriedade

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

Consulte também

Referência

IndicatorStateCollection Classe

Sobrecarregado Item

Namespace Microsoft.ReportingServices.OnDemandReportRendering