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.