Compartir a través de


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 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 admite el uso de propiedades indizadas, pero no la declaración de otras nuevas.

Parámetros

Valor de la propiedad

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