Proprietà Item (String)
Gets the item of 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 RadialScale
Get
'Utilizzo
Dim instance As RadialScaleCollection
Dim name As String
Dim value As RadialScale
value = instance(name)
public RadialScale this[
string name
] { get; }
public:
property RadialScale^ default[String^ name] {
RadialScale^ get (String^ name);
}
member Item : RadialScale
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. . :: . .RadialScale
A RadialScale object of the specified name.