MapMarker クラスの MapMarkerStyle プロパティの計算値を取得します。
名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public ReadOnly Property MapMarkerStyle As MapMarkerStyle
Get
'使用
Dim instance As MapMarkerInstance
Dim value As MapMarkerStyle
value = instance.MapMarkerStyle
public MapMarkerStyle MapMarkerStyle { get; }
public:
property MapMarkerStyle MapMarkerStyle {
MapMarkerStyle get ();
}
member MapMarkerStyle : MapMarkerStyle
function get MapMarkerStyle () : MapMarkerStyle
プロパティ値
型: Microsoft.ReportingServices.OnDemandReportRendering.MapMarkerStyle
MapMarkerStyle プロパティの計算値を表す MapMarkerStyle 値。