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
public Severity Severity { get; private set; }
public:
property Severity Severity {
Severity get();
private: void set(Severity value);
}
member Severity : Severity with get, private set
Public Property Severity As Severity
Get
Private Set
End Property
Property Value
Type: Microsoft.Reporting.WinForms.Severity
A read-only string value.
Remarks
The possible values of the Severity property are Error and Warning.
See Also
Warning Class
Microsoft.Reporting.WinForms Namespace
Return to top