Compartilhar via


Propriedade do RDL RadialGaugeCollection.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 RadialGauge 
    Get
'Uso
Dim instance As RadialGaugeCollection 
Dim name As String 
Dim value As RadialGauge 

value = instance(name)
public RadialGauge this[
    string name
] { get; }
public:
property RadialGauge^ default[String^ name] {
    RadialGauge^ get (String^ name);
}
member Item : RadialGauge
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.RadialGauge
A RadialGauge object that hass the specified name.

Consulte também

Referência

RadialGaugeCollection Classe

Sobrecarregado Item

Namespace Microsoft.ReportingServices.OnDemandReportRendering