Proprietà MapPolygonLayer.MapPolygons

Gets or sets a collection of embedded map polygons.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

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

Valore proprietà

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

Vedere anche

Riferimento

MapPolygonLayer Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel