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

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

Параметры

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

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