共用方式為


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