TablixCornerRowCollection.Item[Int32] Property

Definition

Gets the item at the specified index.

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

Parameters

index
Int32

The index of the item.

Property Value

A TablixCornerRow at the specified index.

Applies to