共用方式為


MapPointLayer.MapPoints 屬性

Gets or sets a collection of embedded map points.

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

語法

'宣告
Public ReadOnly Property MapPoints As MapPointCollection 
    Get
'用途
Dim instance As MapPointLayer 
Dim value As MapPointCollection 

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

屬性值

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

請參閱

參考

MapPointLayer 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間