MapLayers 屬性
Gets a collection of layers for the map.
命名空間: Microsoft.ReportingServices.OnDemandReportRendering
組件: Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)
語法
'宣告
Public ReadOnly Property MapLayers As MapLayerCollection
Get
'用途
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