Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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.