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