Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the severity type of the error or warning. Read-only.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.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.WinForms Namespace