Partilhar via


Propriedade do RDL GaugeLabelCollection.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

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

Valor da propriedade

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

Consulte também

Referência

GaugeLabelCollection Classe

Sobrecarregado Item

Namespace Microsoft.ReportingServices.OnDemandReportRendering