Windward Studios API Reference
DebugMode Property
See Also  Send comments on this topic.
net.windward.api.csharp Namespace > Report Class : DebugMode Property




Glossary Item Box

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) 
<ObsoleteAttribute("Use TrackErrors instead.")>
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# 
[Obsolete("Use TrackErrors instead.")]
public bool DebugMode {get; set;}
Managed Extensions for C++ 
[Obsolete("Use TrackErrors instead.")]
public: __property bool get_DebugMode();
public: __property void set_DebugMode( 
   bool value
);
C++/CLI 
[Obsolete("Use TrackErrors instead.")]
public:
property bool DebugMode {
   bool get();
   void set (    bool value);
}

Requirements

Platforms: Windows 10, Windows NT, Windows Server

See Also

Windward Studios - .NET Document Generation software