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


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

Gets the item at the specified index.

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

Синтаксис

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

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

Параметры

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

Тип: Microsoft.ReportingServices.OnDemandReportRendering.CustomProperty
A CustomProperty object at the specified index.

См. также

Справочник

CustomPropertyCollection Класс

Перегрузка Item

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