Proprietà Item
Returns a data cell at the specified row and column.
Spazio dei nomi: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Default Property Item ( _
row As Integer, _
column As Integer _
) As DataCell
Get
'Utilizzo
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 supporta l'utilizzo di proprietà indicizzate, ma non la dichiarazione di nuove proprietà.
Parametri
- 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.
Valore proprietà
Tipo: Microsoft.ReportingServices.ReportRendering. . :: . .DataCell
A DataCell object.