ActiveReports.Viewer3 Request technical support
ControlType Enumeration
See Also  


For internal use only.

Syntax

Visual Basic (Declaration) 
Public Enum ControlType 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As ControlType
C# 
public enum ControlType : Enum 

Members

MemberDescription
NoneFor internal use only.
LabelFor internal use only.
TextboxFor internal use only.
CheckboxFor internal use only.
Custom 
PictureFor internal use only.
LineFor internal use only.
ShapeFor internal use only.
RichTextFor internal use only.
SubReportFor internal use only.
PageBreakFor internal use only.
BarcodeFor internal use only.
OleObjectFor internal use only.
TableFor internal use only.
ChartFor internal use only.
ReportInfo 

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         DataDynamics.ActiveReports.Document.ControlType

See Also