Właściwość RadialGaugeCollection.Item (String)
Pobiera element o określonej nazwie.
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Default Property Item ( _
name As String _
) As RadialGauge
Get
'Użycie
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
Język JScript obsługuje używanie indeksowanych właściwości, ale nie obsługuje deklarowania nowych.
Parametry
- name
Typ: System.String
Nazwa element kolekcja.
Wartość właściwości
Typ: Microsoft.ReportingServices.OnDemandReportRendering.RadialGauge
A RadialGauge obiekt tego hass określonej nazwy.