Свойство TablixCornerRow.Item

Gets a tablix corner cell at the specified index.

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

Синтаксис

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

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

Параметры

  • index
    Тип: System.Int32
    The index of the tablix corner cell.

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

Тип: Microsoft.ReportingServices.OnDemandReportRendering.TablixCornerCell
A TablixCornerCell object.

См. также

Справочник

TablixCornerRow Класс

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