ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / TextItem Class
Members

In This Topic
    TextItem Class
    In This Topic
    Abstract base class for TextBox and CheckBox
    Object Model
    TextItem Class
    Syntax
    'Declaration
     
    Public MustInherit Class TextItem 
       Inherits ReportItem
       Implements IReportComponentIValidateable 
    public abstract class TextItem : ReportItem, IReportComponentIValidateable  
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             GrapeCity.ActiveReports.PageReportModel.ReportComponent
                GrapeCity.ActiveReports.PageReportModel.ReportItem
                   GrapeCity.ActiveReports.PageReportModel.TextItem
                      GrapeCity.ActiveReports.PageReportModel.CheckBox
                      GrapeCity.ActiveReports.PageReportModel.TextBox

    See Also