Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets or sets a collection of embedded map polygons.
Espacio de nombres: Microsoft.ReportingServices.RdlObjectModel
Ensamblado: Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxis
'Declaración
Public Property MapPolygons As IList(Of MapPolygon)
Get
Set
'Uso
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>)
Valor de la propiedad
Tipo: System.Collections.Generic.IList<MapPolygon>
An IList<T> object.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.RdlObjectModel