ClassGeoLocationMapGroup
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
GeoLocationMapGroup()
Declaration
public GeoLocationMapGroup()
Properties
ChildGroups
A collection of GeoLocationMapGroups that defines the children of a GeoLocationMapGroup group.
Declaration
public GeoLocationMapGroupCollection ChildGroups { get; }
Property Value
Location
Gets or sets a value that represents the location of the data points.
Declaration
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
public override bool Equals(object obj)
Parameters
obj
object
Returns
bool
Overrides
GetHashCode()
TODO: Add documentation.
Declaration
public override int GetHashCode()
Returns
int
Overrides