Condividi tramite


Proprietà 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 GaugeLabel
    Get
'Utilizzo
Dim instance As GaugeLabelCollection
Dim name As String
Dim value As GaugeLabel

value = instance(name)
public GaugeLabel this[
    string name
] { get; }
public:
property GaugeLabel^ default[String^ name] {
    GaugeLabel^ get (String^ name);
}
member Item : GaugeLabel
JScript supporta l'utilizzo di proprietà indicizzate, ma non la dichiarazione di nuove proprietà.

Parametri

Valore proprietà

Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .GaugeLabel
A GaugeLabel object of the specified name.