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
Location
Gets or sets a value that represents the location of the data points.
Declaration
public string Location { get; set; }
Property Value
System. A System. |
Remarks
In order a Map item to be able to resolve the actual geographic location a ILocation
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
System.
|
Returns
System.
|
Overrides
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.
|