MapMarkerInstance.MapMarkerStyle 属性

Gets the calculated value of the MapMarkerStyle property in a MapMarker class.

命名空间:  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
A MapMarkerStyle value that represents the calculated value of the MapMarkerStyle property.