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 Text
Declaration
public bool KeepTogether { get; set; }
Property Value
System. A boolean value indicating whether the rendering engine should
try to keep the Text |
Value
Gets or sets the current text in the text box.
Declaration
public string Value { get; set; }
Property Value
System. A System. |