Freigeben über


MapMarker.MapMarkerStyle-Eigenschaft

Gets the style for the map marker.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property MapMarkerStyle As ReportEnumProperty(Of MapMarkerStyle)
    Get
'Usage
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>

Eigenschaftswert

Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<MapMarkerStyle>
A ReportEnumProperty<EnumType> object.

Siehe auch

Verweis

MapMarker Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace