Compartilhar via


Propriedade do RDL Warning.Severity

Gets or sets the severity of the error or warning.

Namespace:  ReportService2010
Assembly:  ReportService2010 (em ReportService2010.dll)

Sintaxe

'Declaração
Public Property Severity As String 
    Get 
    Set
'Uso
Dim instance As Warning 
Dim value As String 

value = instance.Severity

instance.Severity = value
public string Severity { get; set; }
public:
property String^ Severity {
    String^ get ();
    void set (String^ value);
}
member Severity : string with get, set
function get Severity () : String 
function set Severity (value : String)

Valor da propriedade

Tipo: System.String
A String value that contains the severity of the error or warning.

Consulte também

Referência

Warning Classe

Namespace ReportService2010