Proprietà Map.MapLayers
Gets or sets a collection of layers for the map.
Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public Property MapLayers As IList(Of MapLayer)
Get
Set
'Utilizzo
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>)
Valore proprietà
Tipo: System.Collections.Generic.IList<MapLayer>
An IList<T> object.