次の方法で共有


MapTiles プロパティ

マップのタイル レイヤーに埋め込むマップ タイルのコレクションを取得します。

名前空間:  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