MapGroupBase
Class
A base class for the groups of a Map report item.
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
C#
public abstract class MapGroupBase : GroupBase, IToggleVisibilityTarget, IActionTarget, IDataFlow
Inheritance: objectGroupBaseMapGroupBase
Derived Classes:
Implements:
Inherited Members
Constructors
TODO: Add documentation.
C#
protected MapGroupBase()
Properties
Visible
bool
Gets or sets a value indicating whether the Map group is displayed.
C#
public bool Visible { get; set; }
true if the table group is displayed; otherwise, false. The default is true.
Methods
Equals(object)
bool
TODO: Add documentation.
C#
public override bool Equals(object obj)
bool
Overrides:
TODO: Add documentation.
C#
public override int GetHashCode()
int
Overrides: