次の方法で共有


DataMemberCollection.Count プロパティ

コレクション内のアイテム数を返します。

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

構文

'宣言
Public ReadOnly Property Count As Integer 
    Get
'使用
Dim instance As DataMemberCollection 
Dim value As Integer 

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

プロパティ値

型: System.Int32
コレクションに含まれるアイテムの数を表す integer です。

関連項目

参照

DataMemberCollection クラス

Microsoft.ReportingServices.ReportRendering 名前空間