Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Represents a list of errors or warnings that are returned when a report is published or processed.
Vererbungshierarchie
System.Object
ReportExecution2005.Warning
Namespace: ReportExecution2005
Assembly: ReportExecution2005 (in ReportExecution2005.dll)
Syntax
'Declaration
Public Class Warning
'Usage
Dim instance As Warning
public class Warning
public ref class Warning
type Warning = class end
public class Warning
Der Warning-Typ macht folgende Elemente verfügbar.
Konstruktoren
| Name | Beschreibung | |
|---|---|---|
![]() |
Warning | Initializes a new instance of the Warning class. |
Zum Anfang
Eigenschaften
| Name | Beschreibung | |
|---|---|---|
![]() |
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. |
Zum Anfang
Methoden
| Name | Beschreibung | |
|---|---|---|
![]() |
Equals | (Geerbt von Object.) |
![]() |
Finalize | (Geerbt von Object.) |
![]() |
GetHashCode | (Geerbt von Object.) |
![]() |
GetType | (Geerbt von Object.) |
![]() |
MemberwiseClone | (Geerbt von Object.) |
![]() |
ToString | (Geerbt von Object.) |
Zum Anfang
Hinweise
A Warning object is returned as output by the CreateReport, CreateReportHistorySnapshot, Render, and SetReportDefinition methods.
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.
.gif)
.gif)
.gif)