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 or sets the marker to be associated with the map points.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property MapMarker As MapMarker
Get
Set
'Usage
Dim instance As MapMarkerTemplate
Dim value As MapMarker
value = instance.MapMarker
instance.MapMarker = value
public MapMarker MapMarker { get; set; }
public:
property MapMarker^ MapMarker {
MapMarker^ get ();
void set (MapMarker^ value);
}
member MapMarker : MapMarker with get, set
function get MapMarker () : MapMarker
function set MapMarker (value : MapMarker)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.MapMarker
A MapMarker object.