Types of issues that can be tracked by the error handling. They can be set via a tag's error-handling attribute or the Report Designer's Options dialog. If a type is selected, it would be checked and reported, otherwise it would be ignored.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Enum Issue.IssueType
Inherits System.Enum |
| Managed Extensions for C++ | |
|---|
__value public enum Issue.IssueType : public System.Enum |
| C++/CLI | |
|---|
public enum class Issue.IssueType : public System.Enum |
Members
Inheritance Hierarchy
Requirements
Namespace: net.windward.api.csharp.errorhandling
Platforms: Windows 10, Windows NT, indows Server
Assembly: WindwardReportsAPI (in C:\agent\_work\1\s\Engine\DotNetEngine\WindwardReportsAPI\bin\Release\net48\WindwardReportsAPI.dll)
See Also