Severity Enumeration

Specifies the severity of a warning.

Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)

Syntax

'Declaration
Public Enumeration Severity
'Usage
Dim instance As Severity
public enum Severity
public enum class Severity
public enum Severity
public enum Severity

Members

  Member name Description
Error The severity level of the warning is Error
Warning The severity level of the warning is Warning

Remarks

This enumeration is used by the Warning class.

See Also

Reference

Microsoft.Reporting.WinForms Namespace