New to Telerik ReportingStart a free 30-day trial

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: GeoLocationMapGroupMapGroupShapeMapGroup

Implements: IActionTargetIDataFlowIToggleVisibilityTarget

Inherited Members GroupBase.ToString()GroupBase.NameGroupBase.GroupingsGroupBase.GroupingGroupBase.SortingsGroupBase.SortingGroupBase.Filters...

Constructors

TODO: Add documentation.

C#
protected MapGroupBase()

Properties

Gets or sets a value indicating whether the Map group is displayed.

C#
public bool Visible { get; set; }
Property Value:

true if the table group is displayed; otherwise, false. The default is true.

Methods

TODO: Add documentation.

C#
public override bool Equals(object obj)
Parameters:objobjectReturns:

bool

Overrides: GroupBase.Equals(object)

TODO: Add documentation.

C#
public override int GetHashCode()
Returns:

int

Overrides: GroupBase.GetHashCode()