Właściwość Map.MapLayers
Pobiera kolekcja warstw mapy.
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Property MapLayers As MapLayerCollection
Get
'Użycie
Dim instance As Map
Dim value As MapLayerCollection
value = instance.MapLayers
public MapLayerCollection MapLayers { get; }
public:
property MapLayerCollection^ MapLayers {
MapLayerCollection^ get ();
}
member MapLayers : MapLayerCollection
function get MapLayers () : MapLayerCollection
Wartość właściwości
Typ: Microsoft.ReportingServices.OnDemandReportRendering.MapLayerCollection
A MapLayerCollection obiektu.
Zobacz także