Proprietà MapTileLayer.MapTiles

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

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Property MapTiles As IList(Of MapTile)
    Get 
    Set
'Utilizzo
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>)

Valore proprietà

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

Vedere anche

Riferimento

MapTileLayer Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel