New to Telerik ReportingStart a free 30-day trial

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:

C#
[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

C#
public GeoLocationMapGroup()

Properties

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

C#
public GeoLocationMapGroupCollection ChildGroups { get; }

Location

string

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

C#
public string Location { get; set; }
Property Value:

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

TODO: Add documentation.

C#
public override bool Equals(object obj)
Parameters:objobjectReturns:

bool

Overrides: MapGroupBase.Equals(object)

TODO: Add documentation.

C#
public override int GetHashCode()
Returns:

int

Overrides: MapGroupBase.GetHashCode()