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.Boolean
|
Value
Gets or sets the value of the HtmlTextBox item
Declaration
public object Value { get; set; }
Property Value
System.Object
|
Methods
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
System.Boolean
disposing
|
Overrides
EvaluateAndSetValue()
Declaration
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
[Obsolete("Please use Telerik.Reporting.Processing.XhtmlValidator.IsValidXhtml method or IsValidXhtml expression built-in function instead")]
public bool IsValidXhtml(string value)
Parameters
System.String
value
The XTHML value. |
Returns
System.Boolean
True if the XHTML is valid. |
ToString()
Declaration
public override string ToString()
Returns
System.String
|
Overrides
Explicit Interface Implementations
ILayoutElementContainer.Children
Declaration
IEnumerable<LayoutElement> ILayoutElementContainer.Children { get; }
Returns
System.Collections.Generic.IEnumerable<LayoutElement>
|