Class MapGroupBase
A base class for the groups of a Map report item.
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public abstract class MapGroupBase : GroupBase, INamedObject, IToggleVisibilityTarget, IActionTarget, IGraphGroup, IGroupHierarchy, IGroup, IDataFlow
Constructors
MapGroupBase()
Declaration
protected MapGroupBase()
Properties
Visible
Gets or sets a value indicating whether the Map group is displayed.
Declaration
public bool Visible { get; set; }
Property Value
System.Boolean
true if the table group is displayed; otherwise, false. The default is true. |
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
|