Share via


MapVectorLayer クラス

定義

ベクトルに基づくマップ レイヤーを表します。

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

フィールド

m_instance

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

(継承元 MapObjectCollectionItem)
m_map

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

(継承元 MapLayer)

プロパティ

DataElementName

データ要素または属性に使用するベクトル レイヤーの名前を取得します。値の設定も可能です。

DataElementOutput

ベクトル レイヤーをデータ表示に反映するかどうかを指定します。

MapBindingFieldPairs

ベクトル レイヤーのマップ アイテムを、レイヤーに関連付けられているデータ領域にバインドするために使用する MapBindingFieldPair 要素のコレクションを取得します。値の設定も可能です。

MapDataRegion

使用するデータが格納されているデータ領域を取得します。

MapDataRegionName

マップのデータ領域の名前を取得します。

MapFieldDefinitions

ベクトル レイヤー内の MapFieldDefinition オブジェクトのコレクションを取得します。

MapSpatialData

マップのデータ領域、マップのデータセット、またはマップのシェープファイルをベクトル レイヤーのマップ ポイントのソースとして取得します。

MaximumZoom

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

(継承元 MapLayer)
MinimumZoom

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

(継承元 MapLayer)
Name

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

(継承元 MapLayer)
Transparency

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

(継承元 MapLayer)
VisibilityMode

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

(継承元 MapLayer)

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

IMapObjectCollectionItem.SetNewContext()

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

(継承元 MapObjectCollectionItem)

適用対象