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


Свойство TablixCornerRowCollection.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 TablixCornerRow 
    Get
'Применение
Dim instance As TablixCornerRowCollection 
Dim index As Integer 
Dim value As TablixCornerRow 

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

Параметры

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

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

См. также

Справочник

TablixCornerRowCollection Класс

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