Condividi tramite


Proprietà MapPolygonLayer.MapPolygons

Gets a collection of embedded map polygons.

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property MapPolygons As MapPolygonCollection 
    Get
'Utilizzo
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

Valore proprietà

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.MapPolygonCollection
A MapPolygonCollection object.

Vedere anche

Riferimento

MapPolygonLayer Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering