Compartir a través de


Item Propiedad

Returns a data cell at the specified row and column.

Espacio de nombres:  Microsoft.ReportingServices.ReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Default Property Item ( _
    row As Integer, _
    column As Integer _
) As DataCell
    Get
'Uso
Dim instance As DataCellCollection
Dim row As Integer
Dim column As Integer
Dim value As DataCell

value = instance(row, column)
public DataCell this[
    int row,
    int column
] { get; }
public:
property DataCell^ default[int row, int column] {
    DataCell^ get (int row, int column);
}
member Item : DataCell
JScript admite el uso de propiedades indizadas, pero no la declaración de otras nuevas.

Parámetros