New to Telerik ReportingStart a free 30-day trial

Represents a title for the map

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

C#
[TypeConverter(typeof(ExpandableObjectConverter))]
public class MapTitle : MapItem

Inheritance: objectReportObjectMapItemMapTitle

Inherited Members MapItem.BoundsMapItem.LocationMapItem.SizeMapItem.TopMapItem.LeftMapItem.WidthMapItem.HeightMapItem.StyleMapItem.IsInsidePlotAreaReportObject.ToString(string[])...

Constructors

C#
public MapTitle()

Properties

Specifies the position of MapTitle.

C#
public GraphItemPosition Position { get; set; }

Text

string

Specifies the text for the title.

C#
public string Text { get; set; }
Property Value:

A string started with "=" is interpreted as an expression to calculate the real data, otherwise - literal string. Supports embedded expressions also.