다음을 통해 공유


MapMarkerStyle 속성

Gets the style for the map marker.

네임스페이스:  Microsoft.ReportingServices.OnDemandReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)

구문

‘선언
Public ReadOnly Property MapMarkerStyle As ReportEnumProperty(Of MapMarkerStyle)
    Get
‘사용 방법
Dim instance As MapMarker
Dim value As ReportEnumProperty(Of MapMarkerStyle)

value = instance.MapMarkerStyle
public ReportEnumProperty<MapMarkerStyle> MapMarkerStyle { get; }
public:
property ReportEnumProperty<MapMarkerStyle>^ MapMarkerStyle {
    ReportEnumProperty<MapMarkerStyle>^ get ();
}
member MapMarkerStyle : ReportEnumProperty<MapMarkerStyle>
function get MapMarkerStyle () : ReportEnumProperty<MapMarkerStyle>