Condividi tramite


Proprietà RadialPointerCollection.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 RadialPointer 
    Get
'Utilizzo
Dim instance As RadialPointerCollection 
Dim name As String 
Dim value As RadialPointer 

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

Vedere anche

Riferimento

RadialPointerCollection Classe

Overload Item

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering