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


Свойство ReportItemCollection.Item

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 ReportItem 
    Get
'Применение
Dim instance As ReportItemCollection 
Dim index As Integer 
Dim value As ReportItem 

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

Параметры

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

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

См. также

Справочник

ReportItemCollection Класс

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