Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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 RadialGauge
Get
'Utilizzo
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 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.RadialGauge
A RadialGauge object that hass the specified name.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering