TablixCornerRow.Item[Int32] Property

Definition

Gets a tablix corner cell at the specified index.

public:
 virtual property Microsoft::ReportingServices::OnDemandReportRendering::TablixCornerCell ^ default[int] { Microsoft::ReportingServices::OnDemandReportRendering::TablixCornerCell ^ get(int index); };
public override Microsoft.ReportingServices.OnDemandReportRendering.TablixCornerCell this[int index] { get; }
member this.Item(int) : Microsoft.ReportingServices.OnDemandReportRendering.TablixCornerCell
Default Public Overrides ReadOnly Property Item(index As Integer) As TablixCornerCell

Parameters

index
Int32

The index of the tablix corner cell.

Property Value

A TablixCornerCell object.

Applies to