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 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
Microsoft.ReportingServices.OnDemandReportRendering Namespace