Свойство RadialScaleCollection.Item (String)
Gets the item of the specified name.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public ReadOnly Default Property Item ( _
name As String _
) As RadialScale
Get
'Применение
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 поддерживает использование индексированных свойств, но не объявление новых.
Параметры
- name
Тип: System.String
The name of the item in the collection.
Значение свойства
Тип: Microsoft.ReportingServices.OnDemandReportRendering.RadialScale
A RadialScale object of the specified name.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering