TablixCornerRowCollection.Item[Int32] Propiedad

Definición

Obtiene el elemento en el índice especificado.

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

Parámetros

index
Int32

Índice del elemento.

Valor de propiedad

Clase TablixCornerRow en el índice especificado.

Se aplica a