Interface
IExtent

Represents the extent of the Map report item.

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
public interface IExtent

Properties

LatitudeMax

Gets or sets the maximum latitude coordinate of the extent.

Declaration

cs-api-definition
double LatitudeMax { get; set; }

Property Value

double

LatitudeMin

Gets or sets the minimum latitude coordinate of the extent.

Declaration

cs-api-definition
double LatitudeMin { get; set; }

Property Value

double

LongitudeMax

Gets or sets the maximum longitude coordinate of the extent.

Declaration

cs-api-definition
double LongitudeMax { get; set; }

Property Value

double

LongitudeMin

Gets or sets the minimum longitude coordinate of the extent.

Declaration

cs-api-definition
double LongitudeMin { get; set; }

Property Value

double