Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.MapMarker
A MapMarker object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace