Compartir a través de


MapTileLayer.MapTiles Propiedad

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

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public Property MapTiles As IList(Of MapTile)
    Get 
    Set
'Uso
Dim instance As MapTileLayer 
Dim value As IList(Of MapTile)

value = instance.MapTiles

instance.MapTiles = value
public IList<MapTile> MapTiles { get; set; }
public:
property IList<MapTile^>^ MapTiles {
    IList<MapTile^>^ get ();
    void set (IList<MapTile^>^ value);
}
member MapTiles : IList<MapTile> with get, set
function get MapTiles () : IList<MapTile>
function set MapTiles (value : IList<MapTile>)

Valor de la propiedad

Tipo: System.Collections.Generic.IList<MapTile>
An IList<T> object.

Vea también

Referencia

MapTileLayer Clase

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel