다음을 통해 공유


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< (Of < ( <'MapTile> ) > ) >
An IList<(Of <(<'T>)>)> object.