Class
HtmlTextBox

Represents a html text box report item.

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

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

Constructors

HtmlTextBox()

Declaration

cs-api-definition
public HtmlTextBox()

Properties

CanGrow

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

Declaration

cs-api-definition
public bool CanGrow { get; set; }

Property Value

bool

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

CanShrink

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

Declaration

cs-api-definition
public bool CanShrink { get; set; }

Property Value

bool

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

Culture

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

Declaration

cs-api-definition
public CultureInfo Culture { get; set; }

Property Value

CultureInfo

A CultureInfo representing the culture supported by the TextItemBase.

KeepTogether

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