次の方法で共有


MapLayerCollection.Count プロパティ

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

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

構文

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

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

プロパティ値

型: System.Int32
MapLayerCollection 内のアイテムの数。

関連項目

参照

MapLayerCollection クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間