Partilhar via


Propriedade do RDL MapMarker

Gets the marker to be associated with the map points.

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

Sintaxe

'Declaração
Public ReadOnly Property MapMarker As MapMarker
    Get
'Uso
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