ClassHtmlTextBox
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
HtmlTextBox()
Declaration
public HtmlTextBox()
Properties
CanGrow
Gets or sets a value indicating whether the Text Item can grow vertically.
Declaration
public bool CanGrow { get; set; }
Property Value
bool
true if the Text Item can grow vertically; otherwise false.
CanShrink
Gets or sets a value indicating whether the Text Item can shrink vertically.
Declaration
public bool CanShrink { get; set; }
Property Value
bool
true if the Text Item can shrink vertically; otherwise false.
Culture
Gets or sets the culture information associated with the Text Item.
Declaration
public CultureInfo Culture { get; set; }
Property Value
CultureInfo
A CultureInfo representing the culture supported by the TextItemBase.
KeepTogether
Gets or sets a value indicating whether the rendering engine should try to keep the HtmlTextBox on one page if possible.
Declaration
public bool KeepTogether { get; set; }
Property Value
bool
A boolean value indicating whether the rendering engine should try to keep the HtmlTextBox on one page if possible.
Value
Gets or sets the current text in the text box.
Declaration
public string Value { get; set; }
Property Value
string
A string that starts with "=" is interpreted as expression to calculate the value of the current TextBox; otherwise - literal string.