Właściwość TablixCornerRow.Item
Pobiera komórka w rogu tablix pod określonym indeksem.
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public Overrides ReadOnly Default Property Item ( _
index As Integer _
) As TablixCornerCell
Get
'Użycie
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
Język JScript obsługuje używanie indeksowanych właściwości, ale nie obsługuje deklarowania nowych.
Parametry
- index
Typ: System.Int32
Indeks komórka rogu tablix.
Wartość właściwości
Typ: Microsoft.ReportingServices.OnDemandReportRendering.TablixCornerCell
A TablixCornerCell obiektu.
Zobacz także