MapPolygonLayer.MapPolygons 属性

Gets a collection of embedded map polygons.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property MapPolygons As MapPolygonCollection 
    Get
用法
Dim instance As MapPolygonLayer 
Dim value As MapPolygonCollection 

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

属性值

类型:Microsoft.ReportingServices.OnDemandReportRendering.MapPolygonCollection
A MapPolygonCollection object.

请参阅

参考

MapPolygonLayer 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间