ActiveReports 12
DebugMode Enumeration

GrapeCity.ActiveReports.Design.Win.v12 Assembly > GrapeCity.ActiveReports.Design Namespace : DebugMode Enumeration
Specifies the type of debugging.
Syntax
'Declaration
 
Public Enum DebugMode 
   Inherits System.Enum
public enum DebugMode : System.Enum 
Members
MemberDescription
BreakDebugging during a break in run time.
DesignDesign time debugging.
RunRun time debugging.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Design.DebugMode

See Also

Reference

GrapeCity.ActiveReports.Design Namespace