Item-Eigenschaft
Gets a tablix corner cell at the specified index.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Overrides ReadOnly Default Property Item ( _
index As Integer _
) As TablixCornerCell
Get
'Usage
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 unterstützt die Verwendung indizierter Eigenschaften, aber nicht die Deklaration neuer Eigenschaften.
Parameter
- index
Typ: System. . :: . .Int32
The index of the tablix corner cell.
Eigenschaftenwert
Typ: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .TablixCornerCell
A TablixCornerCell object.