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.