共用方式為


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.

請參閱

參考

MapTileLayer 類別

Microsoft.ReportingServices.RdlObjectModel 命名空間