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
public enum ReportExtentType
Members
  Member nameValueDescription
CurrentExtent0 The current extent of the map.
InitialExtent1 The initial extent of the map.
FullExtent2 The full extent of the map.
CustomExtent3 A custom extent.
See Also