TablixCornerRow.Item Property

Gets a tablix corner cell at the specified index.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public Overrides ReadOnly Default Property Item ( _
    index As Integer _
) As TablixCornerCell
    Get
'Usage
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 supports the use of indexed properties, but not the declaration of new ones.

Parameters

  • index
    Type: System.Int32
    The index of the tablix corner cell.