Enable or disable the error handling and verify features. If they are enabled you can call getErrorInfo() to get a list of errors encounterred during the report generation. By default these features are turned off (disabled). Use a combination of ERROR_HANDLING bits to set a value for the property.
Syntax
Visual Basic (Declaration) | |
---|
Public WriteOnly Property TrackErrors As Integer |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As Report
instance.TrackErrors = value |
C# | |
---|
public int TrackErrors {set;} |
Managed Extensions for C++ | |
---|
public: __property void set_TrackErrors(
int value
); |
C++/CLI | |
---|
public:
property int TrackErrors {
void set ( int value);
} |
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family
See Also