Class GeoLocationMapGroup
Represents a group by a geographical location (usually region, country, city, etc.) in a Map item.
Inherited Members
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public class GeoLocationMapGroup : MapGroupBase, INamedObject, IToggleVisibilityTarget, IActionTarget, IGraphGroup, IGroupHierarchy, IGroup, IDataFlow, IInteractivityDefinition
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
GeoLocationMapGroupCollection
|
Location
Gets or sets a value that represents the location of the data points.
Declaration
public string Location { get; set; }
Property Value
System.String
A System.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)
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
|
Returns
System.Boolean
|
Overrides
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.Int32
|