Class
GeoLocationMapGroup

Represents a group by a geographical location (usually region, country, city, etc.) in a Map item.

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
public class GeoLocationMapGroup : MapGroupBase, IToggleVisibilityTarget, IActionTarget, IDataFlow

Inheritance: objectGroupBaseMapGroupBaseGeoLocationMapGroup

Implements: IActionTargetIDataFlowIToggleVisibilityTarget

Inherited Members MapGroupBase.VisibleGroupBase.ToString()GroupBase.NameGroupBase.GroupingsGroupBase.GroupingGroupBase.SortingsGroupBase.SortingGroupBase.Filters

Constructors

GeoLocationMapGroup()

Declaration

cs-api-definition
public GeoLocationMapGroup()

Properties

ChildGroups

A collection of GeoLocationMapGroups that defines the children of a GeoLocationMapGroup group.

Declaration

cs-api-definition
public GeoLocationMapGroupCollection ChildGroups { get; }

Property Value

GeoLocationMapGroupCollection

Location

Gets or sets a value that represents the location of the data points.

Declaration

cs-api-definition
public string Location { get; set; }

Property Value

string

A string started with "=" is interpreted as an expression to calculate the real data, otherwise - literal string. Supports embedded expressions also.

Remarks

In order a Map item to be able to resolve the actual geographic location a ILocationProvider should be configured.

Methods

Equals(object)

TODO: Add documentation.

Declaration

cs-api-definition
public override bool Equals(object obj)

Parameters

obj

object

Returns

bool

Overrides MapGroupBase.Equals(object)

GetHashCode()

TODO: Add documentation.

Declaration

cs-api-definition
public override int GetHashCode()

Returns

int

Overrides MapGroupBase.GetHashCode()