Map.MapLayers Property

Gets a collection of layers for the map.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property MapLayers As MapLayerCollection
    Get
'Usage
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