Właściwość MapPolygonLayer.MapPolygons
Pobiera kolekcja z wielokątów osadzone mapy.
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Property MapPolygons As MapPolygonCollection
Get
'Użycie
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
Wartość właściwości
Typ: Microsoft.ReportingServices.OnDemandReportRendering.MapPolygonCollection
A MapPolygonCollection obiektu.
Zobacz także