次の方法で共有


Map.MapLayers プロパティ

マップのレイヤーのコレクションを取得します。

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

構文

'宣言
Public ReadOnly Property MapLayers As MapLayerCollection 
    Get
'使用
Dim instance As Map 
Dim value As MapLayerCollection 

value = instance.MapLayers
public MapLayerCollection MapLayers { get; }
public:
property MapLayerCollection^ MapLayers {
    MapLayerCollection^ get ();
}
member MapLayers : MapLayerCollection
function get MapLayers () : MapLayerCollection

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.MapLayerCollection
MapLayerCollection オブジェクト。

関連項目

参照

Map クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間