ClassTextBox
Class
Represents a text box report item.
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
cs-api-definition
[ToolboxBitmap(typeof(TextBox), "Resources.TextBox.bmp")]
public class TextBox : TextItemBase, IToggleVisibilityTarget, IActionTarget
Inheritance: objectReportObjectReportItemBaseReportItemTextItemBaseTextBox
Implements:
Inherited Members
Constructors
TextBox()
Declaration
cs-api-definition
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
cs-api-definition
public bool KeepTogether { get; set; }
Property Value
bool
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
cs-api-definition
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.