Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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>)
Property Value
Type: System.Collections.Generic.IList<MapTile>
An IList<T> object.