MapMarkerStyle 屬性
Gets the style for the map marker.
命名空間: Microsoft.ReportingServices.OnDemandReportRendering
組件: Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)
語法
'宣告
Public ReadOnly Property MapMarkerStyle As ReportEnumProperty(Of MapMarkerStyle)
Get
'用途
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>
屬性值
型別:Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportEnumProperty< (Of < ( <'MapMarkerStyle> ) > ) >
A ReportEnumProperty<(Of <(<'EnumType>)>)> object.