Compartir a través de


LinearGaugeCollection.Item Propiedad (String)

Gets the item that has the specified name.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Default Property Item ( _
    name As String _
) As LinearGauge 
    Get
'Uso
Dim instance As LinearGaugeCollection 
Dim name As String 
Dim value As LinearGauge 

value = instance(name)
public LinearGauge this[
    string name
] { get; }
public:
property LinearGauge^ default[String^ name] {
    LinearGauge^ get (String^ name);
}
member Item : LinearGauge
JScript admite el uso de propiedades indizadas, pero no la declaración de otras nuevas.

Parámetros

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

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.LinearGauge
A LinearGauge object that has the specified name.

Vea también

Referencia

LinearGaugeCollection Clase

Sobrecarga de Item

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering