Udostępnij za pośrednictwem


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

Property Value

Type: Microsoft.ReportingServices.OnDemandReportRendering.MapLayerCollection
A MapLayerCollection object.

See Also

Reference

Map Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace