次の方法で共有


GroupExpressionValueCollection.Count プロパティ

コレクションに含まれるアイテムの数を取得します。

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

構文

'宣言
Public ReadOnly Property Count As Integer 
    Get
'使用
Dim instance As GroupExpressionValueCollection 
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
The number of items in the GroupExpressionValueCollection 内のアイテムの数。

関連項目

参照

GroupExpressionValueCollection クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間