Proprietà Item (String)
Gets the item that has the specified name.
Spazio dei nomi: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Default Property Item ( _
name As String _
) As GaugeImage
Get
'Utilizzo
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
JScript supporta l'utilizzo di proprietà indicizzate, ma non la dichiarazione di nuove proprietà.
Parametri
- name
Tipo: System. . :: . .String
The name of the item in the collection.
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .GaugeImage
A GaugeImage object that has the specified name.