Udostępnij przez


Właściwość RadialScaleCollection.Item (String)

Pobiera element określonej nazwie.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public ReadOnly Default Property Item ( _
    name As String _
) As RadialScale
    Get
'Użycie
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
Język JScript obsługuje używanie indeksowanych właściwości, ale nie obsługuje deklarowania nowych.

Parametry

Wartość właściwości

Typ: Microsoft.ReportingServices.OnDemandReportRendering.RadialScale
A RadialScale obiekt o określonej nazwie.