Class
TextBox

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: IActionTargetIToggleVisibilityTarget

Inherited Members TextItemBase.AngleTextItemBase.FormatTextItemBase.CanGrowTextItemBase.CanShrinkTextItemBase.MultilineTextItemBase.TextWrapTextItemBase.CultureTextItemBase.DefaultSizeReportItem.SizeReportItem.LocationReportItem.AnchoringReportItem.DockingReportItem.BoundsReportItem.LeftReportItem.RightReportItem.TopReportItem.BottomReportItem.WidthReportItem.HeightReportItemBase.Dispose()ReportItemBase.Dispose(bool)ReportItemBase.ToString()ReportItemBase.Contains(ReportItemBase)ReportItemBase.GetEventHandlers(EventHandler)ReportItemBase.OnItemValidate(ReportItemBase)ReportItemBase.ClearGlobalDependencies()ReportItemBase.ContainerReportItemBase.DesignModeReportItemBase.SiteReportItemBase.NameReportItemBase.ItemDataBindingMethodNameReportItemBase.ItemDataBoundMethodNameReportItemBase.VisibleReportItemBase.StyleNameReportItemBase.StyleReportItemBase.ItemsReportItemBase.ParentReportItemBase.ReportReportItemBase.ConditionalFormattingReportItemBase.BookmarkReportItemBase.BookmarkIdReportItemBase.DocumentMapTextReportItemBase.TocTextReportItemBase.ActionReportItemBase.BindingsReportItemBase.ToolTipReportItemBase.AccessibleDescriptionReportItemBase.AccessibleRoleReportItemBase.AIDescriptionReportItemBase.ItemDataBindingReportItemBase.ItemDataBoundReportItemBase.DisposedReportObject.ToString(string[])

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.