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