Partager via


Propriété MapMarker

Gets the marker to be associated with the map points.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property MapMarker As MapMarker
    Get
'Utilisation
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