New to Telerik ReportingStart a free 30-day trial

IExtent

Interface

Represents the extent of the Map report item.

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

C#
public interface IExtent

Properties

Gets or sets the maximum latitude coordinate of the extent.

C#
double LatitudeMax { get; set; }

Gets or sets the minimum latitude coordinate of the extent.

C#
double LatitudeMin { get; set; }

Gets or sets the maximum longitude coordinate of the extent.

C#
double LongitudeMax { get; set; }

Gets or sets the minimum longitude coordinate of the extent.

C#
double LongitudeMin { get; set; }