Item プロパティ

指定された行および列のデータ セルを返します。

名前空間:  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 はインデックス化されたプロパティの使用をサポートしていますが、新規の宣言はサポートしていません。

パラメーター

プロパティ値

型: Microsoft.ReportingServices.ReportRendering. . :: . .DataCell
DataCell オブジェクトです。