Share via


Warning Members

Include Protected Members
Include Inherited Members

Represents a list of errors or warnings that are returned when a report is published or processed.

The Warning type exposes the following members.

Constructors

  Name Description
Public method Warning() Initializes a new instance of the Warning class.

Top

Methods

  Name Description
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property Code Gets or sets the error code assigned to the warning by the report server.
Public property Message Gets or sets a message that states the error or warning.
Public property ObjectName Gets or sets the name of the object in the report definition that contributed to the warning.
Public property ObjectType Gets or sets the object type of the error or warning.
Public property Severity Gets or sets the severity of the error or warning.

Top