Compartir a través de


MapTileLayer.MapTiles Propiedad

Gets a collection of map tiles to be embedded in the map tile layer.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property MapTiles As MapTileCollection 
    Get
'Uso
Dim instance As MapTileLayer 
Dim value As MapTileCollection 

value = instance.MapTiles
public MapTileCollection MapTiles { get; }
public:
property MapTileCollection^ MapTiles {
    MapTileCollection^ get ();
}
member MapTiles : MapTileCollection
function get MapTiles () : MapTileCollection

Valor de la propiedad

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

Vea también

Referencia

MapTileLayer Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering