Freigeben über


Map.MapLayers-Eigenschaft

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

Eigenschaftswert

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

Siehe auch

Verweis

Map Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace