Class HtmlTextBox
Inheritance
Inherited Members
Namespace: Telerik.Reporting.Processing
Assembly: Telerik.Reporting.dll
Syntax
public class HtmlTextBox : ReportItem, IDisposable, IStyle, IFont, IBackgroundImage, IBorderColor, IBorderStyle, IBorderWidth, IPadding, INamedObject, IProcessingElement, IEvaluationContext, IInteractiveItem, IServiceProvider, ISupportsInitialize, IDynamicItem, ITableCellInternal, ITableCell, ILayoutElementContainer
Properties
KeepTogether
Indicates whether the rendering engine should try to keep the item on one page if possible.
Declaration
public bool KeepTogether { get; }
Property Value
System.
|
Value
Gets or sets the value of the Html
Declaration
public object Value { get; set; }
Property Value
System.
|
Methods
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
System.
|
Overrides
EvaluateAndSetValue()
Declaration
protected virtual void EvaluateAndSetValue()
IsValidXhtml(String)
Determines if the provided value is valid xhtml that Html
Declaration
[Obsolete("Please use Telerik.Reporting.Processing.XhtmlValidator.IsValidXhtml method or IsValidXhtml expression built-in function instead")]
public bool IsValidXhtml(string value)
Parameters
System. The XTHML value. |
Returns
System. True if the XHTML is valid. |
ToString()
Declaration
public override string ToString()
Returns
System.
|
Overrides
Explicit Interface Implementations
ILayoutElementContainer.Children
Declaration
IEnumerable<LayoutElement> ILayoutElementContainer.Children { get; }
Returns
System.
|