Propriedade do RDL Item
Gets a tablix corner cell 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 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 dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.
Parâmetros
- index
Tipo: System. . :: . .Int32
The index of the tablix corner cell.
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .TablixCornerCell
A TablixCornerCell object.
Consulte também