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


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

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

Параметры

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

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

Тип: Microsoft.ReportingServices.OnDemandReportRendering.GaugeImage
A GaugeImage object that has the specified name.

См. также

Справочник

GaugeImageCollection Класс

Перегрузка Item

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