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.