Freigeben über


Warning-Klasse

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

Vererbungshierarchie

System. . :: . .Object
  ReportService2006..::..Warning

Namespace:  ReportService2006
Assembly:  ReportService2006 (in ReportService2006.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class Warning
'Usage
Dim instance As Warning
[SerializableAttribute]
public class Warning
[SerializableAttribute]
public ref class Warning
[<SerializableAttribute>]
type Warning =  class end
public class Warning

Der Warning-Typ macht folgende Elemente verfügbar.

Konstruktoren

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

Zum Anfang

Eigenschaften

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

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

Hinweise

A Warning object is returned as output by methods such as CreateReport,CreateReportHistorySnapshot, and SetReportDefinition.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis