共用方式為


MapMarkerRule.MapMarkers 屬性

Gets a collection of markers to be applied to map points.

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

語法

'宣告
Public ReadOnly Property MapMarkers As MapMarkerCollection 
    Get
'用途
Dim instance As MapMarkerRule 
Dim value As MapMarkerCollection 

value = instance.MapMarkers
public MapMarkerCollection MapMarkers { get; }
public:
property MapMarkerCollection^ MapMarkers {
    MapMarkerCollection^ get ();
}
member MapMarkers : MapMarkerCollection
function get MapMarkers () : MapMarkerCollection

屬性值

型別:Microsoft.ReportingServices.OnDemandReportRendering.MapMarkerCollection
A MapMarkerCollection object.

請參閱

參考

MapMarkerRule 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間