Reporting

Represents a Text Item - a base class for report items like TextBox and CheckBox.

Namespace: Telerik.Reporting
Assembly: Telerik.Reporting (in Telerik.Reporting.dll)

Syntax

C#
public abstract class TextItemBase : ReportItem, 
	ISupportsRotation, IDesignTimeFormattable
Visual Basic
Public MustInherit Class TextItemBase _
	Inherits ReportItem _
	Implements ISupportsRotation, IDesignTimeFormattable

Inheritance Hierarchy

See Also