Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Gets the style for the map marker.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property MapMarkerStyle As ReportEnumProperty(Of MapMarkerStyle)
Get
'Usage
Dim instance As MapMarker
Dim value As ReportEnumProperty(Of MapMarkerStyle)
value = instance.MapMarkerStyle
public ReportEnumProperty<MapMarkerStyle> MapMarkerStyle { get; }
public:
property ReportEnumProperty<MapMarkerStyle>^ MapMarkerStyle {
ReportEnumProperty<MapMarkerStyle>^ get ();
}
member MapMarkerStyle : ReportEnumProperty<MapMarkerStyle>
function get MapMarkerStyle () : ReportEnumProperty<MapMarkerStyle>
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<MapMarkerStyle>
A ReportEnumProperty<EnumType> object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace