Partager via


Propriété TablixCornerRow.Item

Gets a tablix corner cell at the specified index.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public Overrides ReadOnly Default Property Item ( _
    index As Integer _
) As TablixCornerCell 
    Get
'Utilisation
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 prend en charge l'utilisation de propriétés indexées, mais pas la déclaration de nouvelles propriétés.

Paramètres

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

Valeur de propriété

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

Voir aussi

Référence

TablixCornerRow Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering