Class TextBox
Represents a text box report item.
Inherited Members
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public class TextBox : TextItemBase, IReportItem, IComponent, IDisposable, IToggleVisibilityTarget, IActionTarget, IDesignTimeStyleEditable, INamedObject, IDesignTimeSelectable, ISupportsRotation, IDesignTimeFormattable, ITextBox, IDesignTimeExpressionEditable
Constructors
TextBox()
Declaration
public TextBox()
Properties
KeepTogether
Gets or sets a value indicating whether the rendering engine should try to keep the TextBox 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 TextBox 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. |