The debug handler assigned to this report if debugging.
            
            
            
Syntax
| Visual Basic (Declaration) |   | 
|---|
Public Property DebugHandler As net.windward.debug.IDebugHandler  | 
 
| Visual Basic (Usage) |  Copy Code | 
|---|
Dim instance As Report
Dim value As net.windward.debug.IDebugHandler
 
instance.DebugHandler = value
 
value = instance.DebugHandler  | 
 
| C# |   | 
|---|
public net.windward.debug.IDebugHandler DebugHandler {get; set;} | 
 
| Managed Extensions for C++ |   | 
|---|
public: __property net.windward.debug.IDebugHandler* get_DebugHandler();
public: __property void set_DebugHandler( 
   net.windward.debug.IDebugHandler* value
);  | 
 
| C++/CLI |   | 
|---|
public:
property net.windward.debug.IDebugHandler^ DebugHandler {
   net.windward.debug.IDebugHandler^ get();
   void set (    net.windward.debug.IDebugHandler^ value);
} | 
 
            
            
             
            
			
			
            
            
            
            
            
            Requirements
Platforms: Windows 10, Windows NT, Windows Server
            
            
See Also