Compartir a través de


MapLayers Propiedad

Gets or sets a collection of layers for the map.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public Property MapLayers As IList(Of MapLayer)
    Get
    Set
'Uso
Dim instance As Map
Dim value As IList(Of MapLayer)

value = instance.MapLayers

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

Valor de la propiedad

Tipo: System.Collections.Generic. . :: . .IList< (Of < ( <'MapLayer> ) > ) >
An IList<(Of <(<'T>)>)> object.