Udostępnij przez


Właściwość MapPolygonLayer.MapPolygons

Pobiera lub ustawia kolekcja z wielokątów osadzone mapy.

Przestrzeń nazw:  Microsoft.ReportingServices.RdlObjectModel
Zestaw:  Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)

Składnia

'Deklaracja
Public Property MapPolygons As IList(Of MapPolygon)
    Get
    Set
'Użycie
Dim instance As MapPolygonLayer
Dim value As IList(Of MapPolygon)

value = instance.MapPolygons

instance.MapPolygons = value
public IList<MapPolygon> MapPolygons { get; set; }
public:
property IList<MapPolygon^>^ MapPolygons {
    IList<MapPolygon^>^ get ();
    void set (IList<MapPolygon^>^ value);
}
member MapPolygons : IList<MapPolygon> with get, set
function get MapPolygons () : IList<MapPolygon>
function set MapPolygons (value : IList<MapPolygon>)

Wartość właściwości

Typ: System.Collections.Generic.IList<MapPolygon>
IList<T> Obiektu.