Свойство Item
Returns a data cell at the specified row and column.
Пространство имен: Microsoft.ReportingServices.ReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public ReadOnly Default Property Item ( _
row As Integer, _
column As Integer _
) As DataCell
Get
'Применение
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 поддерживает использование индексированных свойств, но не объявление новых.
Параметры
- row
Тип System. . :: . .Int32
The row number of the data cell to retrieve.
- column
Тип System. . :: . .Int32
The column number of the data cell to retrieve.
Значение свойства
Тип Microsoft.ReportingServices.ReportRendering. . :: . .DataCell
A DataCell object.