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
  ReportService2006..::..Warning

Espacio de nombres:  ReportService2006
Ensamblado:  ReportService2006 (en ReportService2006.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 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.

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 methods such as CreateReport,CreateReportHistorySnapshot, and SetReportDefinition.

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