Compartilhar via


Propriedade do RDL TablixCornerRowCollection.Item

Gets the item at the specified index.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public Overrides ReadOnly Default Property Item ( _
    index As Integer _
) As TablixCornerRow 
    Get
'Uso
Dim instance As TablixCornerRowCollection 
Dim index As Integer 
Dim value As TablixCornerRow 

value = instance(index)
public override TablixCornerRow this[
    int index
] { get; }
public:
virtual property TablixCornerRow^ default[int index] {
    TablixCornerRow^ get (int index) override;
}
abstract Item : TablixCornerRow 
override Item : TablixCornerRow
JScript dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.

Parâmetros

Valor da propriedade

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.TablixCornerRow
A TablixCornerRow at the specified index.

Consulte também

Referência

TablixCornerRowCollection Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering