次の方法で共有


DataCellCollection.RowCount プロパティ

データ セル配列の行数を返します。

名前空間:  Microsoft.ReportingServices.ReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public ReadOnly Property RowCount As Integer 
    Get
'使用
Dim instance As DataCellCollection 
Dim value As Integer 

value = instance.RowCount
public int RowCount { get; }
public:
property int RowCount {
    int get ();
}
member RowCount : int
function get RowCount () : int

プロパティ値

型: System.Int32
データ セル配列の行数を表す integer です。

関連項目

参照

DataCellCollection クラス

Microsoft.ReportingServices.ReportRendering 名前空間