共用方式為


MapTileLayer.MapTiles 屬性

Gets a collection of map tiles to be embedded in the map tile layer.

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public ReadOnly Property MapTiles As MapTileCollection 
    Get
'用途
Dim instance As MapTileLayer 
Dim value As MapTileCollection 

value = instance.MapTiles
public MapTileCollection MapTiles { get; }
public:
property MapTileCollection^ MapTiles {
    MapTileCollection^ get ();
}
member MapTiles : MapTileCollection
function get MapTiles () : MapTileCollection

屬性值

型別:Microsoft.ReportingServices.OnDemandReportRendering.MapTileCollection
A MapTileCollection object.

請參閱

參考

MapTileLayer 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間