次の方法で共有


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