Compartir a través de


Warning Miembros

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

El tipo Warning expone los siguientes miembros.

Constructores

  Nombre Descripción
Método publico Warning Initializes a new instance of the Warning class.

Principio

Métodos

  Nombre Descripción
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetHashCode (Se hereda de Object).
Método publico GetType (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico ToString (Se hereda de Object).

Principio

Propiedades

  Nombre Descripción
Propiedad pública Code Gets or sets the error code that is assigned to the warning by the report server. Read-only.
Propiedad pública Message Gets or sets a message that describes the error or warning. Read-only.
Propiedad pública ObjectName Gets or sets the name of the object in the report definition that contributed to the warning. Read-only.
Propiedad pública ObjectType Gets or sets the type of object in the report definition that caused the error or warning. Read-only.
Propiedad pública Severity Gets or sets the severity type of the error or warning. Read-only.

Principio