TextItemBase
Class
Base class for TextBox and CheckBox classes
Definition
Namespace:Telerik.Reporting.Processing
Assembly:Telerik.Reporting.dll
Syntax:
C#
public abstract class TextItemBase : ReportItem, ITableCell
Inheritance: objectReportObjectLayoutElementVisualElementProcessingElementReportItemBaseReportItemTextItemBase...
Derived Classes:
Implements:
Inherited Members
Properties
Format
string
Gets or sets the character(s) that specify how text is formatted.
C#
public string Format { get; set; }