MapTileLayer.MapTiles 属性
Gets or sets a collection of map tiles to be embedded in the map tile layer.
命名空间: Microsoft.ReportingServices.RdlObjectModel
程序集: Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)
语法
声明
Public Property MapTiles As IList(Of MapTile)
Get
Set
用法
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>)
属性值
类型:System.Collections.Generic.IList<MapTile>
An IList<T> object.