Classe Warning
Represents a list of errors or warnings that are returned when a report is published or processed.
Hiérarchie d'héritage
System.Object
ReportExecution2005.Warning
Espace de noms : ReportExecution2005
Assembly : ReportExecution2005 (en ReportExecution2005.dll)
Syntaxe
'Déclaration
Public Class Warning
'Utilisation
Dim instance As Warning
public class Warning
public ref class Warning
type Warning = class end
public class Warning
Le type Warning expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
Warning | Initializes a new instance of the Warning class. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
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. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
ToString | (hérité de Object.) |
Haut de la page
Notes
A Warning object is returned as output by the CreateReport, CreateReportHistorySnapshot, Render, and SetReportDefinition methods.
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.