共用方式為


MapMarkerInstance.MapMarkerStyle 屬性

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

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public ReadOnly Property MapMarkerStyle As MapMarkerStyle 
    Get
'用途
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

屬性值

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

請參閱

參考

MapMarkerInstance 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間