MapProjection Enumeration
Represents the projections to be used for a map.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Enumeration MapProjection
'Usage
Dim instance As MapProjection
public enum MapProjection
public enum class MapProjection
type MapProjection
public enum MapProjection
Members
| Member name | Description | |
|---|---|---|
| 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. |