Freigeben über


MapPolygonLayer.MapPolygons-Eigenschaft

Gets or sets a collection of embedded map polygons.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property MapPolygons As IList(Of MapPolygon)
    Get 
    Set
'Usage
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>)

Eigenschaftswert

Typ: System.Collections.Generic.IList<MapPolygon>
An IList<T> object.

Siehe auch

Verweis

MapPolygonLayer Klasse

Microsoft.ReportingServices.RdlObjectModel-Namespace