Udostępnij przez


Właściwość MapMarker.MapMarkerStyle

Pobiera styl dla znacznika mapy.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public ReadOnly Property MapMarkerStyle As ReportEnumProperty(Of MapMarkerStyle)
    Get
'Użycie
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>