Share via


MapLayer クラス

定義

マップに描画するレイヤーを表します。

public ref class MapLayer abstract : Microsoft::ReportingServices::OnDemandReportRendering::MapObjectCollectionItem
public abstract class MapLayer : Microsoft.ReportingServices.OnDemandReportRendering.MapObjectCollectionItem
type MapLayer = class
    inherit MapObjectCollectionItem
Public MustInherit Class MapLayer
Inherits MapObjectCollectionItem
継承
派生

フィールド

m_instance

レポート インスタンス オブジェクト。

(継承元 MapObjectCollectionItem)
m_map

レイヤーが描画されるマップを指定します。

プロパティ

MaximumZoom

マップ レイヤーが表示される最大ズーム レベルを取得します。

MinimumZoom

マップ レイヤーが表示される最小ズーム レベルを取得します。

Name

マップ レイヤーの名前を取得します。

Transparency

マップ レイヤーのマップの線の透明度をパーセントで示す値を取得します。

VisibilityMode

マップ レイヤーの表示モードを取得します。

明示的なインターフェイスの実装

IMapObjectCollectionItem.SetNewContext()

コレクションの新しいコンテキストを設定します。

(継承元 MapObjectCollectionItem)

適用対象