次の方法で共有


MapMarkerRule.MapMarkers プロパティ

マップ ポイントに適用するマーカーのコレクションを取得します。

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

構文

'宣言
Public ReadOnly Property MapMarkers As MapMarkerCollection 
    Get
'使用
Dim instance As MapMarkerRule 
Dim value As MapMarkerCollection 

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

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.MapMarkerCollection
MapMarkerCollection オブジェクトです。

関連項目

参照

MapMarkerRule クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間