Class
HtmlTextBox

Definition

Namespace:Telerik.Reporting.Processing

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
public class HtmlTextBox : ReportItem, ITableCell, ILayoutElementContainer

Inheritance: objectReportObjectLayoutElementVisualElementProcessingElementReportItemBaseReportItemHtmlTextBox

Implements: ILayoutElementContainerITableCell

Inherited Members ReportItem.BoundsReportItem.LocationReportItem.SizeReportItem.TopReportItem.LeftReportItem.WidthReportItem.HeightReportItem.DockingReportItem.AnchoringReportItemBase.InitializeDefinitionBasedProperties(ReportObject)ReportItemBase.TryExecuteMethodByName(string)ReportItemBase.ProcessAccessibleRole()ReportItemBase.ProcessAccessibleDescription()ReportItemBase.ProcessAIDescription()ReportItemBase.BookmarkReportItemBase.BookmarkIdReportItemBase.DocumentMapTextReportItemBase.TocTextReportItemBase.ActionReportItemBase.ItemDataBindingMethodNameReportItemBase.ItemDataBoundMethodNameReportItemBase.ItemDefinitionReportItemBase.NameReportItemBase.AccessibleDescriptionReportItemBase.AccessibleRoleReportItemBase.AIDescriptionProcessingElement.OnError(Exception)ProcessingElement.ConvertBoundValue(PropertyInfo, object)ProcessingElement.ExceptionProcessingElement.ParentProcessingElement.ReportProcessingElement.CultureProcessingElement.ChildElementsProcessingElement.DataObjectProcessingElement.ThrowWhenBindingUnsuccessfulVisualElement.StyleVisualElement.VisibleLayoutElement.ParentElementReportObject.ToString(string[])

Properties

KeepTogether

Indicates whether the rendering engine should try to keep the item on one page if possible.

Declaration

cs-api-definition
public bool KeepTogether { get; }

Property Value

bool

Value

Gets or sets the value of the HtmlTextBox item

Declaration

cs-api-definition
public object Value { get; set; }

Property Value

object

Methods

Dispose(bool)

Internal use only

Declaration

cs-api-definition
protected override void Dispose(bool disposing)

Parameters

disposing

bool

Overrides ReportItemBase.Dispose(bool)

EvaluateAndSetValue()

Internal use only

Declaration

cs-api-definition
protected virtual void EvaluateAndSetValue()

IsValidXhtml(string)

Determines if the provided value is valid xhtml that HtmlTextBox can parse. If the provided value is an expression, true is returned.

Declaration

cs-api-definition
[Obsolete("Please use Telerik.Reporting.Processing.XhtmlValidator.IsValidXhtml method or IsValidXhtml expression built-in function instead")]
public bool IsValidXhtml(string value)

Parameters

value

string

The XTHML value.

Returns

bool

True if the XHTML is valid.

ToString()

Internal use only

Declaration

cs-api-definition
public override string ToString()

Returns

string

Overrides ProcessingElement.ToString()