Set debug mode on or off. If debug mode is on, common user errors will be written to the report rather than throwing an exception.
Syntax
Visual Basic (Declaration) | |
---|
Public Property DebugMode As Boolean |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As Report
Dim value As Boolean
instance.DebugMode = value
value = instance.DebugMode |
C# | |
---|
public bool DebugMode {get; set;} |
Managed Extensions for C++ | |
---|
public: __property bool get_DebugMode();
public: __property void set_DebugMode(
bool value
); |
C++/CLI | |
---|
public:
property bool DebugMode {
bool get();
void set ( bool value);
} |
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family
See Also