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
ReportService2010.Warning
Espacio de nombres: ReportService2010
Ensamblado: ReportService2010 (en ReportService2010.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 | |
---|---|---|
Warning | Initializes a new instance of the Warning class. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
Code | Gets or sets the error code assigned to the warning by the report server. | |
Message | Gets or sets a message that states the error or warning. | |
ObjectName | Gets or sets the name of the object in the report definition that contributed to the warning. | |
ObjectType | Gets or sets the object type of the error or warning. | |
Severity | Gets or sets the severity of the error or warning. |
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 CreateCatalogItem(String, String, String, Boolean, array<Byte[], array<Property[], array<Warning[]%), CreateItemHistorySnapshot, and SetItemDefinition(String, Byte) 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.