Geocortex Essentials WPF API Reference for Workflow
ReportParametersReportExtentType Enumeration |
Type of extent to use in a report.
Namespace: Geocortex.Essentials.Client
Assembly: Geocortex.EssentialsWpfApi (in Geocortex.EssentialsWpfApi.dll) Version: 2.19.1
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
CurrentExtent | 0 | The current extent of the map. | |
InitialExtent | 1 | The initial extent of the map. | |
FullExtent | 2 | The full extent of the map. | |
CustomExtent | 3 | A custom extent. |
See Also