次の方法で共有


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

パラメーター

  • row
    型: System.Int32
    取得するデータ セルの行番号です。
  • column
    型: System.Int32
    取得するデータ セルの列番号です。

プロパティ値

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

関連項目

参照

DataCellCollection クラス

Microsoft.ReportingServices.ReportRendering 名前空間