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 an image to be applied to the map marker.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property MapMarkerImage As MapMarkerImage
Get
'Usage
Dim instance As MapMarker
Dim value As MapMarkerImage
value = instance.MapMarkerImage
public MapMarkerImage MapMarkerImage { get; }
public:
property MapMarkerImage^ MapMarkerImage {
MapMarkerImage^ get ();
}
member MapMarkerImage : MapMarkerImage
function get MapMarkerImage () : MapMarkerImage
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.MapMarkerImage
A MapMarkerImage object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace