MapVectorLayer クラス
ベクトルに基づくマップ レイヤーを表します。
継承階層
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.MapObjectCollectionItem
Microsoft.ReportingServices.OnDemandReportRendering.MapLayer
Microsoft.ReportingServices.OnDemandReportRendering.MapVectorLayer
Microsoft.ReportingServices.OnDemandReportRendering.MapLineLayer
Microsoft.ReportingServices.OnDemandReportRendering.MapPointLayer
Microsoft.ReportingServices.OnDemandReportRendering.MapPolygonLayer
名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
<StrongNameIdentityPermissionAttribute(SecurityAction.InheritanceDemand, PublicKey := "0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")> _
Public MustInherit Class MapVectorLayer _
Inherits MapLayer
'使用
Dim instance As MapVectorLayer
[StrongNameIdentityPermissionAttribute(SecurityAction.InheritanceDemand, PublicKey = "0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")]
public abstract class MapVectorLayer : MapLayer
[StrongNameIdentityPermissionAttribute(SecurityAction::InheritanceDemand, PublicKey = L"0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")]
public ref class MapVectorLayer abstract : public MapLayer
[<AbstractClassAttribute>]
[<StrongNameIdentityPermissionAttribute(SecurityAction.InheritanceDemand, PublicKey = "0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")>]
type MapVectorLayer =
class
inherit MapLayer
end
public abstract class MapVectorLayer extends MapLayer
MapVectorLayer 型は、以下のメンバーを公開しています。
プロパティ
名前 | 説明 | |
---|---|---|
DataElementName | データ要素または属性に使用するベクトル レイヤーの名前を取得または設定します。 | |
DataElementOutput | ベクトル レイヤーをデータ表示に反映するかどうかを指定します。 | |
MapBindingFieldPairs | ベクトル レイヤーのマップ アイテムを、レイヤーに関連付けられているデータ領域にバインドするために使用する MapBindingFieldPair 要素のコレクションを取得または設定します。 | |
MapDataRegion | 使用するデータが格納されているデータ領域を取得します。 | |
MapDataRegionName | マップのデータ領域の名前を取得します。 | |
MapFieldDefinitions | ベクトル レイヤー内の MapFieldDefinition オブジェクトのコレクションを取得します。 | |
MapSpatialData | マップのデータ領域、マップのデータセット、またはマップのシェープファイルをベクトル レイヤーのマップ ポイントのソースとして取得します。 | |
MaximumZoom | マップ レイヤーが表示される最大ズーム レベルを取得します。 (MapLayer から継承されています。) | |
MinimumZoom | マップ レイヤーが表示される最小ズーム レベルを取得します。 (MapLayer から継承されています。) | |
Name | マップ レイヤーの名前を取得します。 (MapLayer から継承されています。) | |
Transparency | マップ レイヤーのマップの線の透明度をパーセントで示す値を取得します。 (MapLayer から継承されています。) | |
VisibilityMode | マップ レイヤーの表示モードを取得します。 (MapLayer から継承されています。) |
先頭に戻る
メソッド
名前 | 説明 | |
---|---|---|
Equals | (Object から継承されています。) | |
Finalize | (Object から継承されています。) | |
GetHashCode | (Object から継承されています。) | |
GetType | (Object から継承されています。) | |
MemberwiseClone | (Object から継承されています。) | |
ToString | (Object から継承されています。) |
先頭に戻る
フィールド
名前 | 説明 | |
---|---|---|
m_instance | インフラストラクチャです。レポート インスタンス オブジェクト。 (MapObjectCollectionItem から継承されています。) | |
m_map | インフラストラクチャです。レイヤーが描画されるマップを指定します。 (MapLayer から継承されています。) |
先頭に戻る
明示的なインターフェイスの実装
名前 | 説明 | |
---|---|---|
IMapObjectCollectionItem.SetNewContext | インフラストラクチャです。コレクションの新しいコンテキストを設定します。 (MapObjectCollectionItem から継承されています。) |
先頭に戻る
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。