MapPolygonLayer.MapPolygons Property
Gets a collection of embedded map polygons.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property MapPolygons As MapPolygonCollection
Get
'Usage
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.MapPolygonCollection
A MapPolygonCollection object.