ActiveReports 8
DebugMode Enumeration
See Also 
GrapeCity.ActiveReports.Design.Win.v8 Assembly > GrapeCity.ActiveReports.Design Namespace : DebugMode Enumeration

Glossary Item Box

Specifies the type of debugging.

Syntax

Visual Basic (Declaration) 
Public Enum DebugMode 
   Inherits System.Enum
C# 
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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also