MapProjections 枚举
Represents the projections to be used for a map.
命名空间: Microsoft.ReportingServices.RdlObjectModel
程序集: Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)
语法
声明
Public Enumeration MapProjections
用法
Dim instance As MapProjections
public enum MapProjections
public enum class MapProjections
type MapProjections
public enum MapProjections
成员
| 成员名称 | 说明 | |
|---|---|---|
| Equirectangular | Equirectangular projection is used. | |
| Mercator | Mercator projection is used. | |
| Robinson | Robinson projection is used. | |
| Fahey | Fahey projection is used. | |
| Eckert1 | Eckert1 projection is used. | |
| Eckert3 | Eckert3 projection is used. | |
| HammerAitoff | HammerAitoff projection is used. | |
| Wagner3 | Wagner3 projection is used. | |
| Bonne | Bonne projection is used. |