Represents a list of errors or warnings that are returned when a report is rendered or processed.
以下各表列出了由 Warning 类型公开的成员。
公共属性
名称 | 说明 | |
---|---|---|
![]() |
Code | Gets the error code that is assigned to the warning. Read-only. |
![]() |
Message | Gets a message that describes the error or warning. Read-only. |
![]() |
ObjectName | Gets the name of the object in the report definition that contributed to the warning. Read-only. |
![]() |
ObjectType | Gets the type of object in the report definition that caused the error or warning. Read-only. |
![]() |
Severity | Gets the severity type of the error or warning. Read-only. |
顶部
公共方法
(另请参见 受保护的方法 )
名称 | 说明 | |
---|---|---|
![]() |
Equals | 已重载。 (继承自 Object。) |
![]() |
GetHashCode | (继承自 Object。) |
![]() |
GetType | (继承自 Object。) |
![]() ![]() |
ReferenceEquals | (继承自 Object。) |
![]() |
ToString | (继承自 Object。) |
顶部
受保护的方法
名称 | 说明 | |
---|---|---|
![]() |
Finalize | (继承自 Object。) |
![]() |
MemberwiseClone | (继承自 Object。) |
顶部