New to Telerik ReportingStart a free 30-day trial

MapItem

Class

TODO: Add documentation.

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

C#
public abstract class MapItem : ReportObject

Inheritance: objectReportObjectMapItem

Derived Classes: MapLegendMapTitle

Inherited Members ReportObject.ToString(string[])

Constructors

TODO: Add documentation.

C#
protected MapItem()

Properties

Specifies the map item's bounds.

C#
[Browsable(false)]
public RectangleU Bounds { get; set; }

Specifies the map item's height.

C#
[Browsable(false)]
public Unit Height { get; set; }

Determines whether the map item is inside or outside the plot area.

C#
public bool IsInsidePlotArea { get; set; }

Specifies the map item's left position.

C#
[Browsable(false)]
public Unit Left { get; set; }

Specifies the map item's location.

C#
public PointU Location { get; set; }

Specifies the map item's size.

C#
public SizeU Size { get; set; }

Specifies the map item's style.

C#
[TypeConverter(typeof(ExpandableObjectConverter))]
public Style Style { get; }

Specifies the map item's top position.

C#
[Browsable(false)]
public Unit Top { get; set; }

Specifies the map item's width.

C#
[Browsable(false)]
public Unit Width { get; set; }