HtmlTextBox
Class
Definition
Namespace:Telerik.Reporting.Processing
Assembly:Telerik.Reporting.dll
Syntax:
C#
public class HtmlTextBox : ReportItem, ITableCell, ILayoutElementContainer
Inheritance: objectReportObjectLayoutElementVisualElementProcessingElementReportItemBaseReportItemHtmlTextBox...
Implements:
Inherited Members
Properties
KeepTogether
bool
Indicates whether the rendering engine should try to keep the item on one page if possible.
C#
public bool KeepTogether { get; }
Value
object
Gets or sets the value of the HtmlTextBox item
C#
public object Value { get; set; }
Methods
Internal use only
C#
protected override void Dispose(bool disposing)
Overrides:
Internal use only
C#
protected virtual void EvaluateAndSetValue()
Determines if the provided value is valid xhtml that HtmlTextBox can parse. If the provided value is an expression, true is returned.
C#
[Obsolete("Please use Telerik.Reporting.Processing.XhtmlValidator.IsValidXhtml method or IsValidXhtml expression built-in function instead")]
public bool IsValidXhtml(string value)
The XTHML value.
Returns:bool
True if the XHTML is valid.
ToString()
string
Internal use only
C#
public override string ToString()
string
Overrides: