Właściwość GaugeImageCollection.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 GaugeImage
Get
'Użycie
Dim instance As GaugeImageCollection
Dim name As String
Dim value As GaugeImage
value = instance(name)
public GaugeImage this[
string name
] { get; }
public:
property GaugeImage^ default[String^ name] {
GaugeImage^ get (String^ name);
}
member Item : GaugeImage
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.GaugeImage
A GaugeImage obiekt, który ma określoną nazwę.