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 命名空间