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.
Propiedades
Nombre | Descripción | |
---|---|---|
Code | Gets or sets the error code that is assigned to the warning by the report server. Read-only. | |
Message | Gets or sets a message that describes the error or warning. Read-only. | |
ObjectName | Gets or sets the name of the object in the report definition that contributed to the warning. Read-only. | |
ObjectType | Gets or sets the type of object in the report definition that caused the error or warning. Read-only. | |
Severity | Gets or sets the severity type of the error or warning. Read-only. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
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.