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:
[TypeConverter(typeof(ExpandableObjectConverter))]
public class GeoLocationMapGroup : MapGroupBase, IToggleVisibilityTarget, IActionTarget, IDataFlow
Inheritance: objectGroupBaseMapGroupBaseGeoLocationMapGroup
Implements:
Inherited Members
Constructors
public GeoLocationMapGroup()
Properties
A collection of GeoLocationMapGroups that defines the children of a GeoLocationMapGroup group.
public GeoLocationMapGroupCollection ChildGroups { get; }
Location
string
Gets or sets a value that represents the location of the data points.
public string Location { get; set; }
A string started with "=" is interpreted as an expression to calculate the real data, otherwise - literal string. Supports embedded expressions also.
In order a Map item to be able to resolve the actual geographic location a ILocationProvider should be configured.
Methods
Equals(object)
bool
TODO: Add documentation.
public override bool Equals(object obj)
bool
Overrides:
TODO: Add documentation.
public override int GetHashCode()
int
Overrides: