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() |
| Managed Extensions for C++ | |
|---|
public: ErrorInfo* GetErrorInfo(); |
Return Value
An instance of ErrorInfo implementation.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family
See Also