MapTileLayer.MapTiles Property
Gets a collection of map tiles to be embedded in the map tile layer.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property MapTiles As MapTileCollection
Get
'Usage
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.MapTileCollection
A MapTileCollection object.