Warning Members
Represents a list of errors or warnings that are returned when a report is rendered or processed.
The following tables list the members exposed by the Warning type.
Public Properties
Name | Description | |
---|---|---|
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. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ReferenceEquals | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
Top