MapTitle
Class
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
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; }
A string started with "=" is interpreted as an expression to calculate the real data, otherwise - literal string. Supports embedded expressions also.