Warning Class

Definition

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

public ref class Warning
public class Warning
type Warning = class
Public Class Warning
Inheritance
Warning

Remarks

A Warning object is returned as output by the CreateReport, CreateReportHistorySnapshot,Render, and SetReportDefinition methods.

Constructors

Warning()

Instantiates a new instance of a Warning class.

Properties

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.

Applies to