Class HtmlTextBox
Represents a html text box report item.
Inherited Members
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public class HtmlTextBox : ReportItem, IReportItem, IComponent, IDisposable, IToggleVisibilityTarget, IActionTarget, IDesignTimeStyleEditable, INamedObject, IDesignTimeSelectable, ITextBox, IDesignTimeExpressionEditable
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
System.Boolean
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
System.Boolean
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
System.Globalization.CultureInfo
A System.Globalization.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
System.Boolean
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
System.String
A System.String that starts with "=" is interpreted as expression to calculate the value of the current TextBox; otherwise - literal string. |