Share via


MapMarker.MapMarkerStyle Property

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>

Property Value

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

See Also

Reference

MapMarker Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace