New to Telerik ReportingStart a free 30-day trial

Represents a html text box report item.

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

C#
[ToolboxBitmap(typeof(HtmlTextBox), "Resources.HtmlTextBox.bmp")]
public class HtmlTextBox : ReportItem, IToggleVisibilityTarget, IActionTarget

Inheritance: objectReportObjectReportItemBaseReportItemHtmlTextBox

Implements: IActionTargetIToggleVisibilityTarget

Inherited Members ReportItem.SizeReportItem.LocationReportItem.AnchoringReportItem.DockingReportItem.BoundsReportItem.LeftReportItem.RightReportItem.TopReportItem.BottomReportItem.WidthReportItem.HeightReportItem.DefaultSizeReportItemBase.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 HtmlTextBox()

Properties

Gets or sets a value indicating whether the Text Item can grow vertically.

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

true if the Text Item can grow vertically; otherwise false.

Gets or sets a value indicating whether the Text Item can shrink vertically.

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

true if the Text Item can shrink vertically; otherwise false.

Culture

CultureInfo

Gets or sets the culture information associated with the Text Item.

C#
public CultureInfo Culture { get; set; }
Property Value:

A CultureInfo representing the culture supported by the TextItemBase.

Gets or sets a value indicating whether the rendering engine should try to keep the HtmlTextBox 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 HtmlTextBox 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.