次の方法で共有


ImageMapAreasCollection.Count プロパティ

コレクションに含まれるイメージ マップ領域の数を取得します。

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

構文

'宣言
Public ReadOnly Property Count As Integer 
    Get
'使用
Dim instance As ImageMapAreasCollection 
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 値です。

関連項目

参照

ImageMapAreasCollection クラス

Microsoft.ReportingServices.ReportRendering 名前空間