Severity Enumeration

 

Specifies the severity of a warning.

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

Syntax

public enum Severity
public enum class Severity
type Severity
Public Enumeration 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

Microsoft.Reporting.WinForms Namespace

Return to top