Reports for WPF
Map クラス メンバ
プロパティ  メソッド  イベント

C1.WPF.C1Report.CustomFields.4 アセンブリ > C1.C1Report.CustomFields 名前空間 : Map クラス

Mapデータ型で公開されるメンバを以下の表に示します。

パブリック コンストラクタ
 名前解説
Public コンストラクタInitializes a new instance of the Map class.  
トップ
パブリック プロパティ
 名前解説
Public プロパティフィールド内にテキストを配置する方法を取得または設定します。 C1.C1Report.Fieldから継承されます。
Public プロパティこのフィールドを含む Section に相対的なフィールドの垂直位置を取得または設定します。 C1.C1Report.Fieldから継承されます。
Public プロパティGets or sets a value indicating whether to automatically center the map around the spatial data. Note that setting this property to false effectively turns off AutoZoom.

The default is true.

 
Public プロパティGets or sets a value indicating whether the map should automatically zoom in to just include all spatial data. Ignored (considered to be false) if AutoCenter is false.

The default is true.

 
Public プロパティGets or sets auto zoom latitude padding, in percent relative to the viewport height.

The default is 10%.

 
Public プロパティGets or sets auto zoom longitude padding, in percent relative to the viewport width.

The default is 10%.

 
Public プロパティフィールドの背景色を取得または設定します。 C1.C1Report.Fieldから継承されます。
Public プロパティフィールドをバーコード形式でレンダリングできます。 C1.C1Report.Fieldから継承されます。
Public プロパティフィールドの境界線の色を取得または設定します。 C1.C1Report.Fieldから継承されます。
Public プロパティフィールドの境界線のスタイルを取得または設定します。 C1.C1Report.Fieldから継承されます。
Public プロパティText プロパティをリテラル値と計算式のどちらとして解釈するかを指定します。 C1.C1Report.Fieldから継承されます。
Public プロパティフィールドの高さがフィールドのコンテンツに合わせて自動的に大きくなるかどうかを指定します。 C1.C1Report.Fieldから継承されます。
Public プロパティフィールドの高さがフィールドのコンテンツに合わせて自動的に小さくなるかどうかを指定します。 C1.C1Report.Fieldから継承されます。
Public プロパティGets or sets the map center latitude. Ignored if AutoCenter is true.  
Public プロパティGets or sets the map center longitude. Ignored if AutoCenter is true.  
Public プロパティフィールドがチェックボックスとして表示されるかどうかを指定します。 C1.C1Report.Fieldから継承されます。
Public プロパティフィールドのフォントを取得または設定します。 C1.C1Report.Fieldから継承されます。
Public プロパティフィールドの前後にページ区切りが挿入されるかどうかを指定します。 C1.C1Report.Fieldから継承されます。
Public プロパティフィールドの前景色を取得または設定します。 C1.C1Report.Fieldから継承されます。
Public プロパティフィールド値の書式設定に使用される文字列を取得または設定します。 C1.C1Report.Fieldから継承されます。
Public プロパティGets or sets the path to the file used to cache spatial coordinates (longitude/latitude) specified as MapLocation rather than actual Longitude/Latitude values. The coordinates in such cases are retrieved using an online service such as Google, and caching them significantly imporoves performance when the same location is encountered multiple times.

The path is relative to the application startup path.

The default is "geocache.xml".

Clear this value to disable caching (not recommended).

 
Public プロパティフィールドの高さ(ツイップ単位)を取得または設定します。 C1.C1Report.Fieldから継承されます。
Public プロパティ連続するレコードで、重複する値を非表示にするかどうかを指定します。 C1.C1Report.Fieldから継承されます。
Public プロパティフィールドが1ページに収められるかどうかを指定します。 C1.C1Report.Fieldから継承されます。
Public プロパティGets the collection of styles used to render KML/KMZ items on the map. Styles allow KML items in different layers or even in different maps to use common visual properties.

Note that the set accessor is only for deserialization, and should not be used directly.

 
Public プロパティGets the collection of layers containing markers, lines and KML data rendered on the map.

Note that the set accessor is only for deserialization, and should not be used directly.

 
Public プロパティコントロールの左端の x 座標をツイップ単位で取得または設定します。 C1.C1Report.Fieldから継承されます。
Public プロパティGets the collection of legends rendered on the map. Legends may represent layers or arbitrary information (such as captions).

Note that the set accessor is only for deserialization, and should not be used directly.

 
Public プロパティフィールドを横切る線(フィールドを囲むボックスではなく)がレンダリングされるかどうかを指定します。 C1.C1Report.Fieldから継承されます。
Public プロパティフィールド内のテキスト行の行間隔をパーセントで取得または設定します。 デフォルトは 100 で、通常の行間隔に対応します。

RTFtrue の場合、このプロパティが無視されることに注意してください。

C1.C1Report.Fieldから継承されます。
Public プロパティGets the collection of styles used to render lines on the map. Styles allow lines in different layers or even in different maps to use common visual properties.

Note that the set accessor is only for deserialization, and should not be used directly.

 
Public プロパティフィールドの境界線または線の幅を取得または設定します。 C1.C1Report.Fieldから継承されます。
Public プロパティフィールドがクリックされたときにアクセスされる URL に評価される式を取得または設定します。 C1.C1Report.Fieldから継承されます。
Public プロパティフィールドの下端とコンテンツの間隔(ツイップ単位)を取得または設定します。 C1.C1Report.Fieldから継承されます。
Public プロパティフィールドの左端とコンテンツの間隔(ツイップ単位)を取得または設定します。 C1.C1Report.Fieldから継承されます。
Public プロパティフィールドの右端とコンテンツの間隔(ツイップ単位)を取得または設定します。 C1.C1Report.Fieldから継承されます。
Public プロパティフィールドの上端とコンテンツの間隔(ツイップ単位)を取得または設定します。 C1.C1Report.Fieldから継承されます。
Public プロパティGets the collection of styles used to render markers on the map. Styles allow markers in different layers or even in different maps to use common visual properties.

Note that the set accessor is only for deserialization, and should not be used directly.

 
Public プロパティGets or sets the maximum zoom level value for auto zooming. Valid values are from 0 to 20. 0 (the default) disables auto zoom limiting.  
Public プロパティフィールド名を取得または設定します。 C1.C1Report.Fieldから継承されます。
Public プロパティフィールドに表示する画像を取得または設定します。 C1.C1Report.Fieldから継承されます。
Public プロパティフィールド画像が配置される方法を取得または設定します。 C1.C1Report.Fieldから継承されます。
Public プロパティ画像がフィールド領域に合わせて拡大縮小される方法を取得または設定します。 C1.C1Report.Fieldから継承されます。
Public プロパティ C1.C1Report.Fieldから継承されます。
Public プロパティGets or sets a value indicating whether to round automatically calculated zoom levels down to next integer.

The default is true.

 
Public プロパティ{ } で囲まれた文字列を RTF としてレンダリングするかどうかを指定します。 C1.C1Report.Fieldから継承されます。
Public プロパティフィールドの積算合計を表示するかどうかを指定します。 C1.C1Report.Fieldから継承されます。
Public プロパティこのフィールドによって描画された幾何学形状のプロパティを指定する C1.C1Report.ShapeBase の派生クラスのインスタンスを取得または設定します(ShapeTypeNone でない場合)。 C1.C1Report.Fieldから継承されます。
Public プロパティ現在のフィールドによって描画された幾何学形状のタイプを取得または設定します。

デフォルトは None です。

C1.C1Report.Fieldから継承されます。
Public プロパティGets or sets a value indicating whether to show the pan tool.

The default is false.

 
Public プロパティGets or sets a value indicating whether to show the map scale.

The default is true.

 
Public プロパティGets or sets a value indicating whether to show the zoom scale.

The default is false.

 
Public プロパティフィールド内にレンダリングされる別のレポート(サブレポート)への参照を取得または設定します。 C1.C1Report.Fieldから継承されます。
Public プロパティ呼び出し側のプログラムで必要な追加のデータを取得または設定します。 C1.C1Report.Fieldから継承されます。
Public プロパティGets or sets the target image resolution (dpi).

The default is 200 dpi.

 
Public プロパティフィールドのテキストを取得または設定します。 C1.C1Report.Fieldから継承されます。
Public プロパティフィールド(バーコードを含む)内のテキストの回転角度を取得または設定します。 C1.C1Report.Fieldから継承されます。
Public プロパティフィールド内のテキストの方向を取得または設定します。 C1.C1Report.Fieldから継承されます。
Public プロパティGets or sets the map tile source.  
Public プロパティGets or sets the background color of the map scale and other tools.  
Public プロパティコントロールの上端の y 座標をツイップ単位で取得または設定します。 C1.C1Report.Fieldから継承されます。
Public プロパティC1.C1Report.Field がレポートにレンダリングされるかどうかを指定します。 C1.C1Report.Fieldから継承されます。
Public プロパティフィールドの幅(ツイップ単位)を取得または設定します。 C1.C1Report.Fieldから継承されます。
Public プロパティフィールドのコンテンツがフィールド四角形内で折り返されるかどうかを指定します。 C1.C1Report.Fieldから継承されます。
Public プロパティGets or sets the zoom level value. 0 is no zoom, 1 - x2 zoom and so on. Valid values are from 0 to 20.

The default is 0.

Ignored if AutoZoom is true.  
トップ
パブリック メソッド
 名前解説
Public メソッドオーバーライドされます。 Overridden to clone the inner objects.  
Public メソッドオーバーライドされます。 Overridden. Disposes the cached map image if any, and calls the base implementation.  
Public メソッドフィールドを ZOrder の最前面または最背面に移動します。 C1.C1Report.Fieldから継承されます。
Public メソッドフィールドの説明(名前、場所、サイズ)を返します。 C1.C1Report.Fieldから継承されます。
トップ
パブリック イベント
 名前解説
Public イベントFired when the Layers collection is set.  
トップ
参照

Map クラス
C1.C1Report.CustomFields 名前空間