Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
Eigenschaftswert
Typ: Microsoft.ReportingServices.OnDemandReportRendering.MapMarkerStyle
A MapMarkerStyle value that represents the calculated value of the MapMarkerStyle property.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace