Item 속성
Returns a data cell at the specified row and column.
네임스페이스: Microsoft.ReportingServices.ReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore
구문
‘선언
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.