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


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

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

Параметры

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

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

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

См. также

Справочник

CustomLabelCollection Класс

Перегрузка Item

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