Freigeben über


Warning-Member

Represents a list of errors or warnings that are returned when a report is published or processed.

Der Warning-Typ macht die folgenden Member verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode Warning Initializes a new instance of the Warning class.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Code Gets or sets the error code that is assigned to the warning by the report server. Read-only.
Öffentliche Eigenschaft Message Gets or sets a message that describes the error or warning. Read-only.
Öffentliche Eigenschaft ObjectName Gets or sets the name of the object in the report definition that contributed to the warning. Read-only.
Öffentliche Eigenschaft ObjectType Gets or sets the type of object in the report definition that caused the error or warning. Read-only.
Öffentliche Eigenschaft Severity Gets or sets the severity type of the error or warning. Read-only.

Zum Anfang