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 命名空间