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 LinearScale
Get
'Utilizzo
Dim instance As LinearScaleCollection
Dim name As String
Dim value As LinearScale
value = instance(name)
public LinearScale this[
string name
] { get; }
public:
property LinearScale^ default[String^ name] {
LinearScale^ get (String^ name);
}
member Item : LinearScale
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. . :: . .LinearScale
A LinearScale object that has the specified name.