Właściwość MapTileLayer.MapTiles
Pobiera kolekcja fragmentów mapy osadzone w warstwie fragment mapy.
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Property MapTiles As MapTileCollection
Get
'Użycie
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
Wartość właściwości
Typ: Microsoft.ReportingServices.OnDemandReportRendering.MapTileCollection
A MapTileCollection obiektu.
Zobacz także