ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design Namespace / DebugMode Enumeration

In This Topic
    DebugMode Enumeration
    In This Topic
    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