Share via


MapMarkerTemplate.MapMarker Property

Gets the marker to be associated with the map points.

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

Syntax

'Declaration
Public ReadOnly Property MapMarker As MapMarker
    Get
'Usage
Dim instance As MapMarkerTemplate
Dim value As MapMarker

value = instance.MapMarker
public MapMarker MapMarker { get; }
public:
property MapMarker^ MapMarker {
    MapMarker^ get ();
}
member MapMarker : MapMarker
function get MapMarker () : MapMarker