Class TextItemBase
Base class for TextBox and CheckBox classes
Inheritance
System.Object
TextItemBase
Inherited Members
Namespace: Telerik.Reporting.Processing
Assembly: Telerik.Reporting.dll
Syntax
public abstract class TextItemBase : ReportItem, IDisposable, IStyle, IFont, IBackgroundImage, IBorderColor, IBorderStyle, IBorderWidth, IPadding, INamedObject, IProcessingElement, IEvaluationContext, IInteractiveItem, IServiceProvider, ISupportsInitialize, IDynamicItem, ITableCellInternal, ITableCell
Properties
Format
Gets or sets the character(s) that specify how text is formatted.
Declaration
public string Format { get; set; }
Property Value
System.String
|