次の方法で共有


MapPointLayer.MapPoints プロパティ

埋め込みマップ ポイントのコレクションを取得または設定します。

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

構文

'宣言
Public ReadOnly Property MapPoints As MapPointCollection 
    Get
'使用
Dim instance As MapPointLayer 
Dim value As MapPointCollection 

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

プロパティ値

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

関連項目

参照

MapPointLayer クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間