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
- row
Tipo: System. . :: . .Int32
The row number of the data cell to retrieve.
- column
Tipo: System. . :: . .Int32
The column number of the data cell to retrieve.
Valor de la propiedad
Tipo: Microsoft.ReportingServices.ReportRendering. . :: . .DataCell
A DataCell object.