名前 | 解説 | |
---|---|---|
Map コンストラクタ | Initializes a new instance of the Map class. |
Mapデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
Map コンストラクタ | Initializes a new instance of the Map class. |
名前 | 解説 | |
---|---|---|
Align | フィールド内にテキストを配置する方法を取得または設定します。 C1.C1Report.Fieldから継承されます。 | |
Anchor | このフィールドを含む Section に相対的なフィールドの垂直位置を取得または設定します。 C1.C1Report.Fieldから継承されます。 | |
AutoCenter | 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. | |
AutoZoom | 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. | |
AutoZoomPadLat | Gets or sets auto zoom latitude padding, in percent relative to the viewport height.
The default is 10%. | |
AutoZoomPadLon | Gets or sets auto zoom longitude padding, in percent relative to the viewport width.
The default is 10%. | |
BackColor | フィールドの背景色を取得または設定します。 C1.C1Report.Fieldから継承されます。 | |
BarCode | フィールドをバーコード形式でレンダリングできます。 C1.C1Report.Fieldから継承されます。 | |
BorderColor | フィールドの境界線の色を取得または設定します。 C1.C1Report.Fieldから継承されます。 | |
BorderStyle | フィールドの境界線のスタイルを取得または設定します。 C1.C1Report.Fieldから継承されます。 | |
Calculated | Text プロパティをリテラル値と計算式のどちらとして解釈するかを指定します。 C1.C1Report.Fieldから継承されます。 | |
CanGrow | フィールドの高さがフィールドのコンテンツに合わせて自動的に大きくなるかどうかを指定します。 C1.C1Report.Fieldから継承されます。 | |
CanShrink | フィールドの高さがフィールドのコンテンツに合わせて自動的に小さくなるかどうかを指定します。 C1.C1Report.Fieldから継承されます。 | |
CenterLatitude | Gets or sets the map center latitude. Ignored if AutoCenter is true. | |
CenterLongitude | Gets or sets the map center longitude. Ignored if AutoCenter is true. | |
CheckBox | フィールドがチェックボックスとして表示されるかどうかを指定します。 C1.C1Report.Fieldから継承されます。 | |
Font | フィールドのフォントを取得または設定します。 C1.C1Report.Fieldから継承されます。 | |
ForcePageBreak | フィールドの前後にページ区切りが挿入されるかどうかを指定します。 C1.C1Report.Fieldから継承されます。 | |
ForeColor | フィールドの前景色を取得または設定します。 C1.C1Report.Fieldから継承されます。 | |
Format | フィールド値の書式設定に使用される文字列を取得または設定します。 C1.C1Report.Fieldから継承されます。 | |
GeoCachePath | 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). | |
Height | フィールドの高さ(ツイップ単位)を取得または設定します。 C1.C1Report.Fieldから継承されます。 | |
HideDuplicates | 連続するレコードで、重複する値を非表示にするかどうかを指定します。 C1.C1Report.Fieldから継承されます。 | |
KeepTogether | フィールドが1ページに収められるかどうかを指定します。 C1.C1Report.Fieldから継承されます。 | |
KmlItemStyles | 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. | |
Layers | 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. | |
Left | コントロールの左端の x 座標をツイップ単位で取得または設定します。 C1.C1Report.Fieldから継承されます。 | |
Legends | 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. | |
LineSlant | フィールドを横切る線(フィールドを囲むボックスではなく)がレンダリングされるかどうかを指定します。 C1.C1Report.Fieldから継承されます。 | |
LineSpacing | フィールド内のテキスト行の行間隔をパーセントで取得または設定します。 デフォルトは 100 で、通常の行間隔に対応します。
RTF が | |
LineStyles | 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. | |
LineWidth | フィールドの境界線または線の幅を取得または設定します。 C1.C1Report.Fieldから継承されます。 | |
LinkTarget | フィールドがクリックされたときにアクセスされる URL に評価される式を取得または設定します。 C1.C1Report.Fieldから継承されます。 | |
MarginBottom | フィールドの下端とコンテンツの間隔(ツイップ単位)を取得または設定します。 C1.C1Report.Fieldから継承されます。 | |
MarginLeft | フィールドの左端とコンテンツの間隔(ツイップ単位)を取得または設定します。 C1.C1Report.Fieldから継承されます。 | |
MarginRight | フィールドの右端とコンテンツの間隔(ツイップ単位)を取得または設定します。 C1.C1Report.Fieldから継承されます。 | |
MarginTop | フィールドの上端とコンテンツの間隔(ツイップ単位)を取得または設定します。 C1.C1Report.Fieldから継承されます。 | |
MarkerStyles | 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. | |
MaxAutoZoom | 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. | |
Name | フィールド名を取得または設定します。 C1.C1Report.Fieldから継承されます。 | |
Picture | フィールドに表示する画像を取得または設定します。 C1.C1Report.Fieldから継承されます。 | |
PictureAlign | フィールド画像が配置される方法を取得または設定します。 C1.C1Report.Fieldから継承されます。 | |
PictureScale | 画像がフィールド領域に合わせて拡大縮小される方法を取得または設定します。 C1.C1Report.Fieldから継承されます。 | |
RightToLeft | C1.C1Report.Fieldから継承されます。 | |
RoundAutoZoom | Gets or sets a value indicating whether to round automatically calculated zoom levels down to next integer.
The default is true. | |
RTF | { } で囲まれた文字列を RTF としてレンダリングするかどうかを指定します。 C1.C1Report.Fieldから継承されます。 | |
RunningSum | フィールドの積算合計を表示するかどうかを指定します。 C1.C1Report.Fieldから継承されます。 | |
Shape | このフィールドによって描画された幾何学形状のプロパティを指定する C1.C1Report.ShapeBase の派生クラスのインスタンスを取得または設定します(ShapeType が None でない場合)。 C1.C1Report.Fieldから継承されます。 | |
ShapeType | 現在のフィールドによって描画された幾何学形状のタイプを取得または設定します。
デフォルトは None です。 C1.C1Report.Fieldから継承されます。 | |
ShowPanTool | Gets or sets a value indicating whether to show the pan tool.
The default is false. | |
ShowScale | Gets or sets a value indicating whether to show the map scale.
The default is true. | |
ShowZoomTool | Gets or sets a value indicating whether to show the zoom scale.
The default is false. | |
Subreport | フィールド内にレンダリングされる別のレポート(サブレポート)への参照を取得または設定します。 C1.C1Report.Fieldから継承されます。 | |
Tag | 呼び出し側のプログラムで必要な追加のデータを取得または設定します。 C1.C1Report.Fieldから継承されます。 | |
TargetDpi | Gets or sets the target image resolution (dpi).
The default is 200 dpi. | |
Text | フィールドのテキストを取得または設定します。 C1.C1Report.Fieldから継承されます。 | |
TextAngle | フィールド(バーコードを含む)内のテキストの回転角度を取得または設定します。 C1.C1Report.Fieldから継承されます。 | |
TextDirection | フィールド内のテキストの方向を取得または設定します。 C1.C1Report.Fieldから継承されます。 | |
TileSource | Gets or sets the map tile source. | |
ToolsColor | Gets or sets the background color of the map scale and other tools. | |
Top | コントロールの上端の y 座標をツイップ単位で取得または設定します。 C1.C1Report.Fieldから継承されます。 | |
Visible | C1.C1Report.Field がレポートにレンダリングされるかどうかを指定します。 C1.C1Report.Fieldから継承されます。 | |
Width | フィールドの幅(ツイップ単位)を取得または設定します。 C1.C1Report.Fieldから継承されます。 | |
WordWrap | フィールドのコンテンツがフィールド四角形内で折り返されるかどうかを指定します。 C1.C1Report.Fieldから継承されます。 | |
ZoomLevel | 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. |
名前 | 解説 | |
---|---|---|
Clone | オーバーライドされます。 Overridden to clone the inner objects. | |
OnPropertyChanged | オーバーライドされます。 Overridden. Disposes the cached map image if any, and calls the base implementation. | |
SetZOrder | フィールドを ZOrder の最前面または最背面に移動します。 C1.C1Report.Fieldから継承されます。 | |
ToString | フィールドの説明(名前、場所、サイズ)を返します。 C1.C1Report.Fieldから継承されます。 |
名前 | 解説 | |
---|---|---|
LayersChanged | Fired when the Layers collection is set. |