Поделиться через


Свойство GaugeLabelCollection.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 GaugeLabel 
    Get
'Применение
Dim instance As GaugeLabelCollection 
Dim name As String 
Dim value As GaugeLabel 

value = instance(name)
public GaugeLabel this[
    string name
] { get; }
public:
property GaugeLabel^ default[String^ name] {
    GaugeLabel^ get (String^ name);
}
member Item : GaugeLabel
JScript поддерживает использование индексированных свойств, но не объявление новых.

Параметры

  • name
    Тип: System.String
    The name of the item in the collection.

Значение свойства

Тип: Microsoft.ReportingServices.OnDemandReportRendering.GaugeLabel
A GaugeLabel object of the specified name.

См. также

Справочник

GaugeLabelCollection Класс

Перегрузка Item

Пространство имен Microsoft.ReportingServices.OnDemandReportRendering