Класс Warning
Represents a list of errors or warnings that are returned when a report is published or processed.
Иерархия наследования
System.Object
ReportExecution2005.Warning
Пространство имен: ReportExecution2005
Сборка: ReportExecution2005 (в ReportExecution2005.dll)
Синтаксис
'Декларация
Public Class Warning
'Применение
Dim instance As Warning
public class Warning
public ref class Warning
type Warning = class end
public class Warning
Тип Warning обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
Warning | Initializes a new instance of the Warning class. |
В начало
Свойства
Имя | Описание | |
---|---|---|
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. |
В начало
Методы
Имя | Описание | |
---|---|---|
Equals | (Производный от Object.) | |
Finalize | (Производный от Object.) | |
GetHashCode | (Производный от Object.) | |
GetType | (Производный от Object.) | |
MemberwiseClone | (Производный от Object.) | |
ToString | (Производный от Object.) |
В начало
Замечания
A Warning object is returned as output by the CreateReport, CreateReportHistorySnapshot, Render, and SetReportDefinition methods.
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.