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
Public property Code Gets the error code that is assigned to the warning. Read-only.
Public property Message Gets a message that describes the error or warning. Read-only.
Public property ObjectName Gets the name of the object in the report definition that contributed to the warning. Read-only.
Public property ObjectType Gets the type of object in the report definition that caused the error or warning. Read-only.
Public property Severity Gets the severity type of the error or warning. Read-only.

Top

Public Methods

(see also Protected Methods )

  Name Description
Public method Equals  Overloaded. (Inherited from Object.)
Public method GetHashCode  (Inherited from Object.)
Public method GetType  (Inherited from Object.)
Public method ms254693.static(en-us,VS.100).gif ReferenceEquals  (Inherited from Object.)
Public method ToString  (Inherited from Object.)

Top

Protected Methods

  Name Description
Protected method Finalize  (Inherited from Object.)
Protected method MemberwiseClone  (Inherited from Object.)

Top

See Also

Reference

Warning Class
Microsoft.Reporting.WebForms Namespace