Reports for WPF
GeoCachePath プロパティ

C1.WPF.C1Report.CustomFields.4 アセンブリ > C1.C1Report.CustomFields 名前空間 > Map クラス : 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).

シンタックス
'宣言
 
Public Property GeoCachePath As System.String
public System.string GeoCachePath {get; set;}
参照

Map クラス
Map メンバ