Share via


MapMarkerInstance.MapMarkerStyle Property

Gets the calculated value of the MapMarkerStyle property in a MapMarker class.

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

Syntax

'Declaration
Public ReadOnly Property MapMarkerStyle As MapMarkerStyle 
    Get
'Usage
Dim instance As MapMarkerInstance 
Dim value As MapMarkerStyle 

value = instance.MapMarkerStyle
public MapMarkerStyle MapMarkerStyle { get; }
public:
property MapMarkerStyle MapMarkerStyle {
    MapMarkerStyle get ();
}
member MapMarkerStyle : MapMarkerStyle
function get MapMarkerStyle () : MapMarkerStyle

Property Value

Type: Microsoft.ReportingServices.OnDemandReportRendering.MapMarkerStyle
A MapMarkerStyle value that represents the calculated value of the MapMarkerStyle property.

See Also

Reference

MapMarkerInstance Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace