HtmlTextBox
Represents a html text box report item.
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
[ToolboxBitmap(typeof(HtmlTextBox), "Resources.HtmlTextBox.bmp")]
public class HtmlTextBox : ReportItem, IToggleVisibilityTarget, IActionTarget
Inheritance: objectReportObjectReportItemBaseReportItemHtmlTextBox
Implements:
Inherited Members
Constructors
public HtmlTextBox()
Properties
CanGrow
bool
Gets or sets a value indicating whether the Text Item can grow vertically.
public bool CanGrow { get; set; }
true if the Text Item can grow vertically; otherwise false.
CanShrink
bool
Gets or sets a value indicating whether the Text Item can shrink vertically.
public bool CanShrink { get; set; }
true if the Text Item can shrink vertically; otherwise false.
Culture
CultureInfo
Gets or sets the culture information associated with the Text Item.
public CultureInfo Culture { get; set; }
A CultureInfo representing the culture supported by the TextItemBase.
KeepTogether
bool
Gets or sets a value indicating whether the rendering engine should try to keep the HtmlTextBox on one page if possible.
public bool KeepTogether { get; set; }
A boolean value indicating whether the rendering engine should try to keep the HtmlTextBox on one page if possible.
Value
string
Gets or sets the current text in the text box.
public string Value { get; set; }
A string that starts with "=" is interpreted as expression to calculate the value of the current TextBox; otherwise - literal string.