New to Telerik ReportingStart a free 30-day trial

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: 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.TocLevelReportItemBase.ActionReportItemBase.BindingsReportItemBase.ToolTipReportItemBase.AccessibleDescriptionReportItemBase.AccessibleRoleReportItemBase.AIDescriptionReportItemBase.ItemDataBindingReportItemBase.ItemDataBoundReportItemBase.DisposedReportObject.ToString(string[])...

Constructors

C#
public TextBox()

Properties

Gets or sets a value indicating whether the rendering engine should try to keep the TextBox on one page if possible.

C#
public bool KeepTogether { get; set; }
Property Value:

A boolean value indicating whether the rendering engine should try to keep the TextBox on one page if possible.

Value

string

Gets or sets the current text in the text box.

C#
public string Value { get; set; }
Property Value:

A string that starts with "=" is interpreted as expression to calculate the value of the current TextBox; otherwise - literal string.