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




Glossary Item Box

If the error handling is on, call this to obtain information on issues that were encountered during a report generation. A correct time for calling this method is after all needed Process* methods are executed. Calling the method if the error handling is off or before any Process* methods has no effect and simply returns ErrorInfo with an empty list of issues.

Syntax

Visual Basic (Declaration) 
Public Function GetErrorInfo() As ErrorInfo
Visual Basic (Usage)Copy Code
Dim instance As Report
Dim value As ErrorInfo
 
value = instance.GetErrorInfo()
C# 
public ErrorInfo GetErrorInfo()
Managed Extensions for C++ 
public: ErrorInfo* GetErrorInfo(); 
C++/CLI 
public:
ErrorInfo^ GetErrorInfo(); 

Return Value

An instance of ErrorInfo implementation.

Requirements

Platforms: Windows 10, Windows NT, Windows Server

See Also

Windward Studios - .NET Document Generation software