Свойство CustomPropertyCollection.Item (String)

Returns a named custom property from the collection.

Пространство имен:  Microsoft.ReportingServices.ReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public ReadOnly Default Property Item ( _
    name As String _
) As CustomProperty 
    Get
'Применение
Dim instance As CustomPropertyCollection 
Dim name As String 
Dim value As CustomProperty 

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

Параметры

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

Тип: Microsoft.ReportingServices.ReportRendering.CustomProperty
A CustomProperty object.

См. также

Справочник

CustomPropertyCollection Класс

Перегрузка Item

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