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




Glossary Item Box

Turn on/off the error handling functionality. Call this method on an instance of Report class before calling its Process* methods. The error handling is off by default. Use values of ERROR_HANDLING enumeration.

Syntax

Visual Basic (Declaration) 
Public WriteOnly Property TrackErrors As Report.ERROR_HANDLING
Visual Basic (Usage)Copy Code
Dim instance As Report
 
instance.TrackErrors = value
C# 
public Report.ERROR_HANDLING TrackErrors {set;}
Managed Extensions for C++ 
public: __property void set_TrackErrors( 
   Report.ERROR_HANDLING value
);
C++/CLI 
public:
property Report.ERROR_HANDLING TrackErrors {
   void set (    Report.ERROR_HANDLING value);
}

Requirements

Platforms: Windows 10, Windows NT, Windows Server

See Also

Windward Studios - .NET Document Generation software