Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Represents a list of errors or warnings that are returned when a report is published or processed.
Hiérarchie d'héritage
System.Object
ReportService2006.Warning
Espace de noms : ReportService2006
Assembly : ReportService2006 (en ReportService2006.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 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. |
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 methods such as CreateReport,CreateReportHistorySnapshot, and SetReportDefinition.
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.
.gif)
.gif)
.gif)