Свойство NumericIndicatorCollection.Item (String)
Gets the item that has the specified name.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public ReadOnly Default Property Item ( _
name As String _
) As NumericIndicator
Get
'Применение
Dim instance As NumericIndicatorCollection
Dim name As String
Dim value As NumericIndicator
value = instance(name)
public NumericIndicator this[
string name
] { get; }
public:
property NumericIndicator^ default[String^ name] {
NumericIndicator^ get (String^ name);
}
member Item : NumericIndicator
JScript поддерживает использование индексированных свойств, но не объявление новых.
Параметры
- name
Тип: System.String
The name of the item in the collection.
Значение свойства
Тип: Microsoft.ReportingServices.OnDemandReportRendering.NumericIndicator
A NumericIndicator object that has the specified name.
См. также
Справочник
NumericIndicatorCollection Класс
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering