Partilhar via


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

Parâmetros

Valor da propriedade

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