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 assigned to the warning by the report server.
Propiedad pública Message Gets or sets a message that states the error or warning.
Propiedad pública ObjectName Gets or sets the name of the object in the report definition that contributed to the warning.
Propiedad pública ObjectType Gets or sets the object type of the error or warning.
Propiedad pública Severity Gets or sets the severity of the error or warning.

Principio