ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / ControlType Enumeration

In This Topic
    ControlType Enumeration
    In This Topic
    Specifies control type
    Syntax
    'Declaration
     
    Public Enum ControlType 
       Inherits System.Enum
    public enum ControlType : System.Enum 
    Members
    MemberDescription
    BarcodeBarcode control type
    ChartChart control type
    CheckboxCheckbox control type
    CrossSectionBoxCrossSectionBox control type
    CrossSectionLineCrossSectionLine control type
    CustomCustom control type
    InputFieldCheckBoxInput field checkBox control type
    InputFieldTextInput field text control type
    LabelLabel control type
    LineLine control type
    NoneNone control type
    OleObjectOleObject control type
    PageBreakPageBreak control type
    PicturePicture control type
    ReportInfoReportInfo control type
    RichTextRichText control type
    ShapeShape control type
    SubReportSubReport control type
    TableTable control type
    TextboxTextbox control type
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.Document.Section.ControlType

    See Also