Compartir a través de


Clase Warning

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

Jerarquía de herencia

System. . :: . .Object
  ReportExecution2005..::..Warning

Espacio de nombres:  ReportExecution2005
Ensamblado:  ReportExecution2005 (en ReportExecution2005.dll)

Sintaxis

'Declaración
<SerializableAttribute> _
Public Class Warning
'Uso
Dim instance As Warning
[SerializableAttribute]
public class Warning
[SerializableAttribute]
public ref class Warning
[<SerializableAttribute>]
type Warning =  class end
public class Warning

El tipo Warning expone los siguientes miembros.

Constructores

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

Arriba

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.

Arriba

Métodos

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

Arriba

Comentarios

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

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia