TextBox
Class
Represents a text box report item.
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
C#
[ToolboxBitmap(typeof(TextBox), "Resources.TextBox.bmp")]
public class TextBox : TextItemBase, IToggleVisibilityTarget, IActionTarget
Inheritance: objectReportObjectReportItemBaseReportItemTextItemBaseTextBox...
Implements:
Inherited Members
Constructors
C#
public TextBox()
Properties
KeepTogether
bool
Value
string
Gets or sets the current text in the text box.
C#
public string Value { get; set; }
A string that starts with "=" is interpreted as expression to calculate the value of the current TextBox; otherwise - literal string.