Partilhar via


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

Valor da propriedade

Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .RadialGauge
A RadialGauge object that hass the specified name.