Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets a collection of map tiles to be embedded in the map tile layer.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property MapTiles As IList(Of MapTile)
Get
Set
'Usage
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>)
Eigenschaftswert
Typ: System.Collections.Generic.IList<MapTile>
An IList<T> object.