Класс Warning
Represents a list of errors or warnings that is returned when a report is published or processed.
Иерархия наследования
System. . :: . .Object
ReportService2005..::..Warning
Пространство имен: ReportService2005
Сборка: ReportService2005 (в ReportService2005.dll)
Синтаксис
'Декларация
<SerializableAttribute> _
Public Class Warning
'Применение
Dim instance As Warning
[SerializableAttribute]
public class Warning
[SerializableAttribute]
public ref class Warning
[<SerializableAttribute>]
type Warning = class end
public class Warning
Тип Warning обеспечивает доступ к следующим элементам.
Свойства
Имя | Описание | |
---|---|---|
Code | Gets or sets the error code that is assigned to the warning by the report server. | |
Message | Gets or sets a message that describes the error or warning. | |
ObjectName | Gets or sets the name of an object in the report definition that contributed to the warning. | |
ObjectType | Gets or sets the severity type of the error or warning. | |
Severity | Gets or sets a message that describes the error or warning. |
В начало
Методы
Имя | Описание | |
---|---|---|
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) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.