Compartir a través de


TablixCornerRow.Item Propiedad

Gets a tablix corner cell at the specified index.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public Overrides ReadOnly Default Property Item ( _
    index As Integer _
) As TablixCornerCell 
    Get
'Uso
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 admite el uso de propiedades indizadas, pero no la declaración de otras nuevas.

Parámetros

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

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.TablixCornerCell
A TablixCornerCell object.

Vea también

Referencia

TablixCornerRow Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering