Warning.Severity Property

Gets the severity type of the error or warning. Read-only.

Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)

Syntax

'Declaration
Public ReadOnly Property Severity As Severity
'Usage
Dim instance As Warning
Dim value As Severity

value = instance.Severity
public Severity Severity { get; }
public:
property Severity Severity {
    Severity get ();
}
/** @property */
public Severity get_Severity ()
public function get Severity () : Severity

Property Value

A read-only string value.

Remarks

The possible values of the Severity property are Error and Warning.

See Also

Reference

Warning Class
Warning Members
Microsoft.Reporting.WebForms Namespace