Partilhar via


Propriedade do RDL Map.MapLayers

Gets a collection of layers for the map.

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

Sintaxe

'Declaração
Public ReadOnly Property MapLayers As MapLayerCollection 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

Map Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering